Html Css Color HEX #BD89AD Lily

📋 copy color: '#BD89AD'

red 189 ◦ green 137 ◦ blue 173

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

Shades of Lily #BD89AD

Tints of Lily #BD89AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 34.67%

R = 37.88%
G = 27.45%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#BD89AD (or 0xBD89AD) is known color: Lily. HEX triplet: BD, 89 and AD. RGB value is (189,137,173). Sum of RGB (Red+Green+Blue) = 189+137+173=499 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.88% from 499); Green value is 137 (53.91% from 255 or 27.45% from 499); Blue value is 173 (67.97% from 255 or 34.67% from 499); Max value from RGB is 189 - color contains mainly: red. Hex color #BD89AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD89AD is #427652. Grayscale: #9C9C9C. Windows color (decimal): -4355667 or 11372989. OLE color: 11372989.

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

Color convert

RGB 189 137 173 -
CMYK 0 0.28 0.08 0.26
HSL 318.46º 0.28% 0.64% -
HSV(B) 318.46º 0.28% 0.74% -
XYZ 37.47 31.73 43.68 -
YUV 156.65 137.23 151.07 -
System Red Green Blue C M Y K H S L
Decimal 189 137 173 0 0.28 0.08 0.26 318.46 0.28 0.64
Hex BD 89 AD 0 1C 8 1A 13E 1C 40
Octal 275 211 255 0 34 10 32 476 34 100
Binary 10111101 10001001 10101101 0 11100 1000 11010 100111110 11100 1000000

Color Harmonies of #BD89AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD89AD

Black with #BD89AD

Text Example


Text Example

White with #BD89AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD89AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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