Html Css Color HEX #BD89AB Lily

📋 copy color: '#BD89AB'

red 189 ◦ green 137 ◦ blue 171

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

Shades of Lily #BD89AB

Tints of Lily #BD89AB

RGB

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

 GREEN value IS 137 (53.91% from 255) = 27.57%

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

R = 38.03%
G = 27.57%
B = 34.41%

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

#BD89AB (or 0xBD89AB) is known color: Lily. HEX triplet: BD, 89 and AB. RGB value is (189,137,171). Sum of RGB (Red+Green+Blue) = 189+137+171=497 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.03% from 497); Green value is 137 (53.91% from 255 or 27.57% from 497); Blue value is 171 (67.19% from 255 or 34.41% from 497); Max value from RGB is 189 - color contains mainly: red. Hex color #BD89AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD89AB is #427654. Grayscale: #9C9C9C. Windows color (decimal): -4355669 or 11241917. OLE color: 11241917.

HSL color Cylindrical-coordinate representation of color #BD89AB: hue angle of 320.77º degrees, saturation: 0.28, 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 #BD89AB is Cyan = 0, Magento = 0.28, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 137 171 -
CMYK 0 0.28 0.10 0.26
HSL 320.77º 0.28% 0.64% -
HSV(B) 320.77º 0.28% 0.74% -
XYZ 37.28 31.65 42.67 -
YUV 156.42 136.23 151.24 -
System Red Green Blue C M Y K H S L
Decimal 189 137 171 0 0.28 0.10 0.26 320.77 0.28 0.64
Hex BD 89 AB 0 1C A 1A 141 1C 40
Octal 275 211 253 0 34 12 32 501 34 100
Binary 10111101 10001001 10101011 0 11100 1010 11010 101000001 11100 1000000

Color Harmonies of #BD89AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD89AB

Black with #BD89AB

Text Example


Text Example

White with #BD89AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD89AB; }

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

 H1.HeaderClassName
 {
   color: #BD89AB;
 }
 .AnyTagClassName
 {
   color: #BD89AB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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