Html Css Color HEX #BD89A5 Lily

📋 copy color: '#BD89A5'

red 189 ◦ green 137 ◦ blue 165

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

Shades of Lily #BD89A5

Tints of Lily #BD89A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 33.6%

R = 38.49%
G = 27.9%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#BD89A5 (or 0xBD89A5) is known color: Lily. HEX triplet: BD, 89 and A5. RGB value is (189,137,165). Sum of RGB (Red+Green+Blue) = 189+137+165=491 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.49% from 491); Green value is 137 (53.91% from 255 or 27.90% from 491); Blue value is 165 (64.84% from 255 or 33.60% from 491); Max value from RGB is 189 - color contains mainly: red. Hex color #BD89A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD89A5 is #42765A. Grayscale: #9B9B9B. Windows color (decimal): -4355675 or 10848701. OLE color: 10848701.

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

Color convert

RGB 189 137 165 -
CMYK 0 0.28 0.13 0.26
HSL 327.69º 0.28% 0.64% -
HSV(B) 327.69º 0.28% 0.74% -
XYZ 36.72 31.43 39.73 -
YUV 155.74 133.23 151.72 -
System Red Green Blue C M Y K H S L
Decimal 189 137 165 0 0.28 0.13 0.26 327.69 0.28 0.64
Hex BD 89 A5 0 1C D 1A 148 1C 40
Octal 275 211 245 0 34 15 32 510 34 100
Binary 10111101 10001001 10100101 0 11100 1101 11010 101001000 11100 1000000

Color Harmonies of #BD89A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD89A5

Black with #BD89A5

Text Example


Text Example

White with #BD89A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD89A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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