Html Css Color HEX #BD88AB Lily

📋 copy color: '#BD88AB'

red 189 ◦ green 136 ◦ blue 171

#BD88AB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lily #BD88AB

Tints of Lily #BD88AB

RGB

 RED value IS 189 (74.22% from 255) = 38.1%

 GREEN value IS 136 (53.52% from 255) = 27.42%

 BLUE value IS 171 (67.19% from 255) = 34.48%

R = 38.1%
G = 27.42%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#BD88AB (or 0xBD88AB) is known color: 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

RGB 189 136 171 -
CMYK 0 0.28 0.10 0.26
HSL 320.38º 0.29% 0.64% -
HSV(B) 320.38º 0.28% 0.74% -
XYZ 37.14 31.37 42.63 -
YUV 155.84 136.56 151.65 -
System Red Green Blue C M Y K H S L
Decimal 189 136 171 0 0.28 0.10 0.26 320.38 0.29 0.64
Hex BD 88 AB 0 1C A 1A 140 1D 40
Octal 275 210 253 0 34 12 32 500 35 100
Binary 10111101 10001000 10101011 0 11100 1010 11010 101000000 11101 1000000

Color Harmonies of #BD88AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD88AB

Black with #BD88AB

Text Example


Text Example

White with #BD88AB

Text Example


Text Example

HTML Codes & Css Web 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>