#BBADB1

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

Shades of Lily #BBADB1

Tints of Lily #BBADB1

Color information

#BBADB1 (or 0xBBADB1) is unknown color: approx Lily. HEX triplet: BB, AD and B1. RGB value is (187,173,177). Sum of RGB (Red+Green+Blue) = 187+173+177=537 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.82% from 537); Green value is 173 (67.97% from 255 or 32.22% from 537); Blue value is 177 (69.53% from 255 or 32.96% from 537); Max value from RGB is 187 - color contains mainly: red. Hex color #BBADB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBADB1 is #44524E. Grayscale: #B1B1B1. Windows color (decimal): -4477519 or 11644347. OLE color: 11644347.

HSL color Cylindrical-coordinate representation of color #BBADB1: hue angle of 342.86º 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 #BBADB1 is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB187173177-
CMYK00.070.050.27
HSL342.86º9.33%70.59%-
HSV(B)342.86º7.49%73.33%-
XYZ43.3743.6347.73-
YUV177.64127.64134.67-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.82%
GREEN value IS 173 (67.97% from 255) = 32.22%
BLUE value IS 177 (69.53% from 255) = 32.96%
R=34.82%
G=32.22%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717317700.070.050.27342.869.3370.59
HexBBADB10751B157947
Octal2732552610753352711107
Binary10111011101011011011000101111011101110101011110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBADB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBADB1; }

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

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

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

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

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

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

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

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