#BB9CFF

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

Shades of Perfume #BB9CFF

Tints of Perfume #BB9CFF

Color information

#BB9CFF (or 0xBB9CFF) is unknown color: approx Perfume. HEX triplet: BB, 9C and FF. RGB value is (187,156,255). Sum of RGB (Red+Green+Blue) = 187+156+255=598 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.27% from 598); Green value is 156 (61.33% from 255 or 26.09% from 598); Blue value is 255 (100% from 255 or 42.64% from 598); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB9CFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB9CFF is #446300. Grayscale: #B0B0B0. Windows color (decimal): -4481793 or 16751803. OLE color: 16751803.

HSL color Cylindrical-coordinate representation of color #BB9CFF: hue angle of 258.79º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BB9CFF is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB187156255-
CMYK0.270.3900
HSL258.79º100%80.59%-
HSV(B)258.79º38.82%100%-
XYZ50.4341.5699.97-
YUV176.55172.27135.45-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.27%
GREEN value IS 156 (61.33% from 255) = 26.09%
BLUE value IS 255 (100% from 255) = 42.64%
R=31.27%
G=26.09%
B=42.64%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1871562550.270.3900258.7910080.59
HexBB9CFF1B27001036451
Octal273234377334700403144121
Binary101110111001110011111111110111001110010000001111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9CFF; }

 p { color: rgb(187,156,255); }

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

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

 a { background-color: rgb(187,156,255); }

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

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

 span { border-color: rgb(187,156,255); }

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