#BBA8B4

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

Shades of Lily #BBA8B4

Tints of Lily #BBA8B4

Color information

#BBA8B4 (or 0xBBA8B4) is unknown color: approx Lily. HEX triplet: BB, A8 and B4. RGB value is (187,168,180). Sum of RGB (Red+Green+Blue) = 187+168+180=535 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.95% from 535); Green value is 168 (66.02% from 255 or 31.40% from 535); Blue value is 180 (70.70% from 255 or 33.64% from 535); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA8B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA8B4 is #44574B. Grayscale: #AFAFAF. Windows color (decimal): -4478796 or 11839675. OLE color: 11839675.

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

Color convert

RGB187168180-
CMYK00.100.040.27
HSL322.11º12.26%69.61%-
HSV(B)322.11º10.16%73.33%-
XYZ42.7341.8749.01-
YUV175.05130.79136.52-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.95%
GREEN value IS 168 (66.02% from 255) = 31.40%
BLUE value IS 180 (70.70% from 255) = 33.64%
R=34.95%
G=31.40%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716818000.100.040.27322.1112.2669.61
HexBBA8B40A41B142c46
Octal27325026401243350214106
Binary101110111010100010110100010101001101110100001011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA8B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA8B4; }

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

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

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

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

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

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

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

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