#BB9BED

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

Shades of Perfume #BB9BED

Tints of Perfume #BB9BED

Color information

#BB9BED (or 0xBB9BED) is unknown color: approx Perfume. HEX triplet: BB, 9B and ED. RGB value is (187,155,237). Sum of RGB (Red+Green+Blue) = 187+155+237=579 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.30% from 579); Green value is 155 (60.94% from 255 or 26.77% from 579); Blue value is 237 (92.97% from 255 or 40.93% from 579); Max value from RGB is 237 - color contains mainly: blue. Hex color #BB9BED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB9BED is #446412. Grayscale: #ADADAD. Windows color (decimal): -4482067 or 15571899. OLE color: 15571899.

HSL color Cylindrical-coordinate representation of color #BB9BED: hue angle of 263.41º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BB9BED is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB187155237-
CMYK0.210.3500.07
HSL263.41º69.49%76.86%-
HSV(B)263.41º34.6%92.94%-
XYZ47.540.1285.36-
YUV173.92163.6137.33-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.30%
GREEN value IS 155 (60.94% from 255) = 26.77%
BLUE value IS 237 (92.97% from 255) = 40.93%
R=32.30%
G=26.77%
B=40.93%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1871552370.210.3500.07263.4169.4976.86
HexBB9BED152307107454d
Octal273233355254307407105115
Binary10111011100110111110110110101100011011110000011110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9BED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9BED; }

 p { color: rgb(187,155,237); }

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

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

 a { background-color: rgb(187,155,237); }

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

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

 span { border-color: rgb(187,155,237); }

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