#BB95FA

Color #BB95FA Perfume (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perfume #BB95FA

Tints of Perfume #BB95FA

Color information

#BB95FA (or 0xBB95FA) is unknown color: approx Perfume. HEX triplet: BB, 95 and FA. RGB value is (187,149,250). Sum of RGB (Red+Green+Blue) = 187+149+250=586 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.91% from 586); Green value is 149 (58.59% from 255 or 25.43% from 586); Blue value is 250 (98.05% from 255 or 42.66% from 586); Max value from RGB is 250 - color contains mainly: blue. Hex color #BB95FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB95FA is #446A05. Grayscale: #ABABAB. Windows color (decimal): -4483590 or 16422331. OLE color: 16422331.

HSL color Cylindrical-coordinate representation of color #BB95FA: hue angle of 262.57º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BB95FA is Cyan = 0.25, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB187149250-
CMYK0.250.4000.02
HSL262.57º90.99%78.24%-
HSV(B)262.57º40.4%98.04%-
XYZ48.538.9695.41-
YUV171.88172.09138.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 31.91%
GREEN value IS 149 (58.59% from 255) = 25.43%
BLUE value IS 250 (98.05% from 255) = 42.66%
R=31.91%
G=25.43%
B=42.66%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1871492500.250.4000.02262.5790.9978.24
HexBB95FA1928021075b4e
Octal273225372315002407133116
Binary1011101110010101111110101100110100001010000011110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB95FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB95FA; }

 p { color: rgb(187,149,250); }

 H1.HeaderClassName
 {
   color: #BB95FA;
 }
 .AnyTagClassName
 {
   color: #BB95FA;
 }
</style>
background-color css

<style>
 a { background-color: #BB95FA; }

 a { background-color: rgb(187,149,250); }

 div.DivClassName
 {
   background-color: #BB95FA;
 }
 .BgClassName
 {
   background-color: #BB95FA;
 }
</style>
border-color css

<style>
 span { border-color: #BB95FA; }

 span { border-color: rgb(187,149,250); }

 td.TdClassName
 {
   border-color: #BB95FA;
 }
 .TagClassName
 {
   border-color: #BB95FA;
 }
</style>