#BBA1B6

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

Shades of Lily #BBA1B6

Tints of Lily #BBA1B6

Color information

#BBA1B6 (or 0xBBA1B6) is unknown color: approx Lily. HEX triplet: BB, A1 and B6. RGB value is (187,161,182). Sum of RGB (Red+Green+Blue) = 187+161+182=530 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.28% from 530); Green value is 161 (63.28% from 255 or 30.38% from 530); Blue value is 182 (71.48% from 255 or 34.34% from 530); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA1B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA1B6 is #445E49. Grayscale: #ABABAB. Windows color (decimal): -4480586 or 11968955. OLE color: 11968955.

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

Color convert

RGB187161182-
CMYK00.140.030.27
HSL311.54º16.05%68.24%-
HSV(B)311.54º13.9%73.33%-
XYZ41.6839.4349.67-
YUV171.17134.11139.29-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.28%
GREEN value IS 161 (63.28% from 255) = 30.38%
BLUE value IS 182 (71.48% from 255) = 34.34%
R=35.28%
G=30.38%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716118200.140.030.27311.5416.0568.24
HexBBA1B60E31B1381044
Octal27324126601633347020104
Binary101110111010000110110110011101111011100111000100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA1B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA1B6; }

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

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

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

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

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

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

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

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