#BB9CB3

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

Shades of Lily #BB9CB3

Tints of Lily #BB9CB3

Color information

#BB9CB3 (or 0xBB9CB3) is unknown color: approx Lily. HEX triplet: BB, 9C and B3. RGB value is (187,156,179). Sum of RGB (Red+Green+Blue) = 187+156+179=522 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.82% from 522); Green value is 156 (61.33% from 255 or 29.89% from 522); Blue value is 179 (70.31% from 255 or 34.29% from 522); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9CB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9CB3 is #44634C. Grayscale: #A7A7A7. Windows color (decimal): -4481869 or 11771067. OLE color: 11771067.

HSL color Cylindrical-coordinate representation of color #BB9CB3: hue angle of 315.48º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BB9CB3 is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB187156179-
CMYK00.170.040.27
HSL315.48º18.56%67.25%-
HSV(B)315.48º16.58%73.33%-
XYZ40.5237.647.77-
YUV167.89134.27141.63-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.82%
GREEN value IS 156 (61.33% from 255) = 29.89%
BLUE value IS 179 (70.31% from 255) = 34.29%
R=35.82%
G=29.89%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715617900.170.040.27315.4818.5667.25
HexBB9CB301141B13b1343
Octal27323426302143347323103
Binary10111011100111001011001101000110011011100111011100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9CB3; }

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

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

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

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

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

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

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

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