Html Css Color HEX #BD92AD Lily

📋 copy color: '#BD92AD'

red 189 ◦ green 146 ◦ blue 173

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

Shades of Lily #BD92AD

Tints of Lily #BD92AD

RGB

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

 GREEN value IS 146 (57.42% from 255) = 28.74%

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

R = 37.2%
G = 28.74%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#BD92AD (or 0xBD92AD) is known color: Lily. HEX triplet: BD, 92 and AD. RGB value is (189,146,173). Sum of RGB (Red+Green+Blue) = 189+146+173=508 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.20% from 508); Green value is 146 (57.42% from 255 or 28.74% from 508); Blue value is 173 (67.97% from 255 or 34.06% from 508); Max value from RGB is 189 - color contains mainly: red. Hex color #BD92AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD92AD is #426D52. Grayscale: #A1A1A1. Windows color (decimal): -4353363 or 11375293. OLE color: 11375293.

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

Color convert

RGB 189 146 173 -
CMYK 0 0.23 0.08 0.26
HSL 322.33º 0.25% 0.66% -
HSV(B) 322.33º 0.23% 0.74% -
XYZ 38.81 34.39 44.13 -
YUV 161.94 134.25 147.3 -
System Red Green Blue C M Y K H S L
Decimal 189 146 173 0 0.23 0.08 0.26 322.33 0.25 0.66
Hex BD 92 AD 0 17 8 1A 142 19 42
Octal 275 222 255 0 27 10 32 502 31 102
Binary 10111101 10010010 10101101 0 10111 1000 11010 101000010 11001 1000010

Color Harmonies of #BD92AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD92AD

Black with #BD92AD

Text Example


Text Example

White with #BD92AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD92AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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