#BB9FF2

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

Shades of Perfume #BB9FF2

Tints of Perfume #BB9FF2

Color information

#BB9FF2 (or 0xBB9FF2) is unknown color: approx Perfume. HEX triplet: BB, 9F and F2. RGB value is (187,159,242). Sum of RGB (Red+Green+Blue) = 187+159+242=588 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.80% from 588); Green value is 159 (62.5% from 255 or 27.04% from 588); Blue value is 242 (94.92% from 255 or 41.16% from 588); Max value from RGB is 242 - color contains mainly: blue. Hex color #BB9FF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB9FF2 is #44600D. Grayscale: #B0B0B0. Windows color (decimal): -4481038 or 15900603. OLE color: 15900603.

HSL color Cylindrical-coordinate representation of color #BB9FF2: hue angle of 260.24º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BB9FF2 is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB187159242-
CMYK0.230.3400.05
HSL260.24º76.15%78.63%-
HSV(B)260.24º34.3%94.9%-
XYZ48.9241.7789.49-
YUV176.83164.78135.25-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.80%
GREEN value IS 159 (62.5% from 255) = 27.04%
BLUE value IS 242 (94.92% from 255) = 41.16%
R=31.80%
G=27.04%
B=41.16%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1871592420.230.3400.05260.2476.1578.63
HexBB9FF21722051044c4f
Octal273237362274205404114117
Binary10111011100111111111001010111100010010110000010010011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9FF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9FF2; }

 p { color: rgb(187,159,242); }

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

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

 a { background-color: rgb(187,159,242); }

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

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

 span { border-color: rgb(187,159,242); }

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