#BBA8B3

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

Shades of Lily #BBA8B3

Tints of Lily #BBA8B3

Color information

#BBA8B3 (or 0xBBA8B3) is unknown color: approx Lily. HEX triplet: BB, A8 and B3. RGB value is (187,168,179). Sum of RGB (Red+Green+Blue) = 187+168+179=534 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.02% from 534); Green value is 168 (66.02% from 255 or 31.46% from 534); Blue value is 179 (70.31% from 255 or 33.52% from 534); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA8B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA8B3 is #44574C. Grayscale: #AEAEAE. Windows color (decimal): -4478797 or 11774139. OLE color: 11774139.

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

Color convert

RGB187168179-
CMYK00.100.040.27
HSL325.26º12.26%69.61%-
HSV(B)325.26º10.16%73.33%-
XYZ42.6341.8248.47-
YUV174.94130.29136.61-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.02%
GREEN value IS 168 (66.02% from 255) = 31.46%
BLUE value IS 179 (70.31% from 255) = 33.52%
R=35.02%
G=31.46%
B=33.52%

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
Decimal18716817900.100.040.27325.2612.2669.61
HexBBA8B30A41B145c46
Octal27325026301243350514106
Binary101110111010100010110011010101001101110100010111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA8B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA8B3; }

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

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

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

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

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

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

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

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