#BBA8B1

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

Shades of Lily #BBA8B1

Tints of Lily #BBA8B1

Color information

#BBA8B1 (or 0xBBA8B1) is unknown color: approx Lily. HEX triplet: BB, A8 and B1. RGB value is (187,168,177). Sum of RGB (Red+Green+Blue) = 187+168+177=532 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.15% from 532); Green value is 168 (66.02% from 255 or 31.58% from 532); Blue value is 177 (69.53% from 255 or 33.27% from 532); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA8B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA8B1 is #44574E. Grayscale: #AEAEAE. Windows color (decimal): -4478799 or 11643067. OLE color: 11643067.

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

Color convert

RGB187168177-
CMYK00.100.050.27
HSL331.58º12.26%69.61%-
HSV(B)331.58º10.16%73.33%-
XYZ42.4341.7447.42-
YUV174.71129.29136.77-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.15%
GREEN value IS 168 (66.02% from 255) = 31.58%
BLUE value IS 177 (69.53% from 255) = 33.27%
R=35.15%
G=31.58%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716817700.100.050.27331.5812.2669.61
HexBBA8B10A51B14cc46
Octal27325026101253351414106
Binary101110111010100010110001010101011101110100110011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA8B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA8B1; }

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

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

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

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

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

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

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

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