#BBADB6

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

Shades of Lily #BBADB6

Tints of Lily #BBADB6

Color information

#BBADB6 (or 0xBBADB6) is unknown color: approx Lily. HEX triplet: BB, AD and B6. RGB value is (187,173,182). Sum of RGB (Red+Green+Blue) = 187+173+182=542 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.50% from 542); Green value is 173 (67.97% from 255 or 31.92% from 542); Blue value is 182 (71.48% from 255 or 33.58% from 542); Max value from RGB is 187 - color contains mainly: red. Hex color #BBADB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBADB6 is #445249. Grayscale: #B2B2B2. Windows color (decimal): -4477514 or 11972027. OLE color: 11972027.

HSL color Cylindrical-coordinate representation of color #BBADB6: hue angle of 321.43º degrees, saturation: 0.09, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BBADB6 is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB187173182-
CMYK00.070.030.27
HSL321.43º9.33%70.59%-
HSV(B)321.43º7.49%73.33%-
XYZ43.8843.8350.4-
YUV178.21130.14134.27-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.50%
GREEN value IS 173 (67.97% from 255) = 31.92%
BLUE value IS 182 (71.48% from 255) = 33.58%
R=34.50%
G=31.92%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717318200.070.030.27321.439.3370.59
HexBBADB60731B141947
Octal2732552660733350111107
Binary1011101110101101101101100111111101110100000110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBADB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBADB6; }

 p { color: rgb(187,173,182); }

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

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

 a { background-color: rgb(187,173,182); }

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

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

 span { border-color: rgb(187,173,182); }

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