#BB8EA8

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

Shades of Lily #BB8EA8

Tints of Lily #BB8EA8

Color information

#BB8EA8 (or 0xBB8EA8) is unknown color: approx Lily. HEX triplet: BB, 8E and A8. RGB value is (187,142,168). Sum of RGB (Red+Green+Blue) = 187+142+168=497 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.63% from 497); Green value is 142 (55.86% from 255 or 28.57% from 497); Blue value is 168 (66.02% from 255 or 33.80% from 497); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8EA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8EA8 is #447157. Grayscale: #9E9E9E. Windows color (decimal): -4485464 or 11046587. OLE color: 11046587.

HSL color Cylindrical-coordinate representation of color #BB8EA8: hue angle of 325.33º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BB8EA8 is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB187142168-
CMYK00.240.100.27
HSL325.33º24.86%64.51%-
HSV(B)325.33º24.06%73.33%-
XYZ37.2332.7441.4-
YUV158.42133.41148.39-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.63%
GREEN value IS 142 (55.86% from 255) = 28.57%
BLUE value IS 168 (66.02% from 255) = 33.80%
R=37.63%
G=28.57%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714216800.240.100.27325.3324.8664.51
HexBB8EA8018A1B1451941
Octal273216250030123350531101
Binary101110111000111010101000011000101011011101000101110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8EA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8EA8; }

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

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

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

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

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

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

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

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