Html Css Color HEX #BD90AD Lily

📋 copy color: '#BD90AD'

red 189 ◦ green 144 ◦ blue 173

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

Shades of Lily #BD90AD

Tints of Lily #BD90AD

RGB

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

 GREEN value IS 144 (56.64% from 255) = 28.46%

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

R = 37.35%
G = 28.46%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#BD90AD (or 0xBD90AD) is known color: Lily. HEX triplet: BD, 90 and AD. RGB value is (189,144,173). Sum of RGB (Red+Green+Blue) = 189+144+173=506 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.35% from 506); Green value is 144 (56.64% from 255 or 28.46% from 506); Blue value is 173 (67.97% from 255 or 34.19% from 506); Max value from RGB is 189 - color contains mainly: red. Hex color #BD90AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD90AD is #426F52. Grayscale: #A0A0A0. Windows color (decimal): -4353875 or 11374781. OLE color: 11374781.

HSL color Cylindrical-coordinate representation of color #BD90AD: hue angle of 321.33º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BD90AD is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 144 173 -
CMYK 0 0.24 0.08 0.26
HSL 321.33º 0.25% 0.65% -
HSV(B) 321.33º 0.24% 0.74% -
XYZ 38.5 33.78 44.03 -
YUV 160.76 134.91 148.14 -
System Red Green Blue C M Y K H S L
Decimal 189 144 173 0 0.24 0.08 0.26 321.33 0.25 0.65
Hex BD 90 AD 0 18 8 1A 141 19 41
Octal 275 220 255 0 30 10 32 501 31 101
Binary 10111101 10010000 10101101 0 11000 1000 11010 101000001 11001 1000001

Color Harmonies of #BD90AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD90AD

Black with #BD90AD

Text Example


Text Example

White with #BD90AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD90AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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