#BB9BDC

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

Shades of Perfume #BB9BDC

Tints of Perfume #BB9BDC

Color information

#BB9BDC (or 0xBB9BDC) is unknown color: approx Perfume. HEX triplet: BB, 9B and DC. RGB value is (187,155,220). Sum of RGB (Red+Green+Blue) = 187+155+220=562 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.27% from 562); Green value is 155 (60.94% from 255 or 27.58% from 562); Blue value is 220 (86.33% from 255 or 39.15% from 562); Max value from RGB is 220 - color contains mainly: blue. Hex color #BB9BDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9BDC is #446423. Grayscale: #ABABAB. Windows color (decimal): -4482084 or 14457787. OLE color: 14457787.

HSL color Cylindrical-coordinate representation of color #BB9BDC: hue angle of 269.54º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BB9BDC is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB187155220-
CMYK0.150.3000.14
HSL269.54º48.15%73.53%-
HSV(B)269.54º29.55%86.27%-
XYZ45.1339.1772.89-
YUV171.98155.1138.71-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.27%
GREEN value IS 155 (60.94% from 255) = 27.58%
BLUE value IS 220 (86.33% from 255) = 39.15%
R=33.27%
G=27.58%
B=39.15%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1871552200.150.3000.14269.5448.1573.53
HexBB9BDCF1E0E10e304a
Octal273233334173601641660112
Binary101110111001101111011100111111110011101000011101100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9BDC; }

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

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

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

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

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

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

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

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