#BBA4B2

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

Shades of Lily #BBA4B2

Tints of Lily #BBA4B2

Color information

#BBA4B2 (or 0xBBA4B2) is unknown color: approx Lily. HEX triplet: BB, A4 and B2. RGB value is (187,164,178). Sum of RGB (Red+Green+Blue) = 187+164+178=529 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.35% from 529); Green value is 164 (64.45% from 255 or 31.00% from 529); Blue value is 178 (69.92% from 255 or 33.65% from 529); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA4B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA4B2 is #445B4D. Grayscale: #ACACAC. Windows color (decimal): -4479822 or 11707579. OLE color: 11707579.

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

Color convert

RGB187164178-
CMYK00.120.050.27
HSL323.48º14.47%68.82%-
HSV(B)323.48º12.3%73.33%-
XYZ41.840.3347.7-
YUV172.47131.12138.36-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.35%
GREEN value IS 164 (64.45% from 255) = 31.00%
BLUE value IS 178 (69.92% from 255) = 33.65%
R=35.35%
G=31.00%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716417800.120.050.27323.4814.4768.82
HexBBA4B20C51B143e45
Octal27324426201453350316105
Binary101110111010010010110010011001011101110100001111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA4B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA4B2; }

 p { color: rgb(187,164,178); }

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

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

 a { background-color: rgb(187,164,178); }

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

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

 span { border-color: rgb(187,164,178); }

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