#BD88AB

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

Shades of Lily #BD88AB

Tints of Lily #BD88AB

Color information

#BD88AB (or 0xBD88AB) is unknown color: approx Lily. HEX triplet: BD, 88 and AB. RGB value is (189,136,171). Sum of RGB (Red+Green+Blue) = 189+136+171=496 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.10% from 496); Green value is 136 (53.52% from 255 or 27.42% from 496); Blue value is 171 (67.19% from 255 or 34.48% from 496); Max value from RGB is 189 - color contains mainly: red. Hex color #BD88AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD88AB is #427754. Grayscale: #9B9B9B. Windows color (decimal): -4355925 or 11241661. OLE color: 11241661.

HSL color Cylindrical-coordinate representation of color #BD88AB: hue angle of 320.38º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BD88AB is Cyan = 0, Magento = 0.28, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB189136171-
CMYK00.280.100.26
HSL320.38º28.65%63.73%-
HSV(B)320.38º28.04%74.12%-
XYZ37.1431.3742.63-
YUV155.84136.56151.65-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.10%
GREEN value IS 136 (53.52% from 255) = 27.42%
BLUE value IS 171 (67.19% from 255) = 34.48%
R=38.10%
G=27.42%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18913617100.280.100.26320.3828.6563.73
HexBD88AB01CA1A1401d40
Octal275210253034123250035100
Binary101111011000100010101011011100101011010101000000111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD88AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD88AB; }

 p { color: rgb(189,136,171); }

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

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

 a { background-color: rgb(189,136,171); }

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

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

 span { border-color: rgb(189,136,171); }

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