#BBA8AF

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

Shades of Lily #BBA8AF

Tints of Lily #BBA8AF

Color information

#BBA8AF (or 0xBBA8AF) is unknown color: approx Lily. HEX triplet: BB, A8 and AF. RGB value is (187,168,175). Sum of RGB (Red+Green+Blue) = 187+168+175=530 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.28% from 530); Green value is 168 (66.02% from 255 or 31.70% from 530); Blue value is 175 (68.75% from 255 or 33.02% from 530); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA8AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA8AF is #445750. Grayscale: #AEAEAE. Windows color (decimal): -4478801 or 11511995. OLE color: 11511995.

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

Color convert

RGB187168175-
CMYK00.100.060.27
HSL337.89º12.26%69.61%-
HSV(B)337.89º10.16%73.33%-
XYZ42.2341.6746.37-
YUV174.48128.29136.93-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.28%
GREEN value IS 168 (66.02% from 255) = 31.70%
BLUE value IS 175 (68.75% from 255) = 33.02%
R=35.28%
G=31.70%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716817500.100.060.27337.8912.2669.61
HexBBA8AF0A61B152c46
Octal27325025701263352214106
Binary101110111010100010101111010101101101110101001011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA8AF; }

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

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

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

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

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

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

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

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