#B88FA8

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

Shades of Lily #B88FA8

Tints of Lily #B88FA8

Color information

#B88FA8 (or 0xB88FA8) is unknown color: approx Lily. HEX triplet: B8, 8F and A8. RGB value is (184,143,168). Sum of RGB (Red+Green+Blue) = 184+143+168=495 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.17% from 495); Green value is 143 (56.25% from 255 or 28.89% from 495); Blue value is 168 (66.02% from 255 or 33.94% from 495); Max value from RGB is 184 - color contains mainly: red. Hex color #B88FA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88FA8 is #477057. Grayscale: #9E9E9E. Windows color (decimal): -4681816 or 11046840. OLE color: 11046840.

HSL color Cylindrical-coordinate representation of color #B88FA8: hue angle of 323.41º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B88FA8 is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.28.

Color convert

RGB184143168-
CMYK00.220.090.28
HSL323.41º22.4%64.12%-
HSV(B)323.41º22.28%72.16%-
XYZ36.6632.6641.42-
YUV158.11133.58146.47-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.17%
GREEN value IS 143 (56.25% from 255) = 28.89%
BLUE value IS 168 (66.02% from 255) = 33.94%
R=37.17%
G=28.89%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.09
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18414316800.220.090.28323.4122.464.12
HexB88FA801691C1431640
Octal270217250026113450326100
Binary101110001000111110101000010110100111100101000011101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88FA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88FA8; }

 p { color: rgb(184,143,168); }

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

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

 a { background-color: rgb(184,143,168); }

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

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

 span { border-color: rgb(184,143,168); }

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