Html Css Color HEX #BD8DAD Lily

📋 copy color: '#BD8DAD'

red 189 ◦ green 141 ◦ blue 173

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

Shades of Lily #BD8DAD

Tints of Lily #BD8DAD

RGB

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

 GREEN value IS 141 (55.47% from 255) = 28.03%

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

R = 37.57%
G = 28.03%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#BD8DAD (or 0xBD8DAD) is known color: Lily. HEX triplet: BD, 8D and AD. RGB value is (189,141,173). Sum of RGB (Red+Green+Blue) = 189+141+173=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 141 (55.47% from 255 or 28.03% from 503); Blue value is 173 (67.97% from 255 or 34.39% from 503); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8DAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8DAD is #427252. Grayscale: #9E9E9E. Windows color (decimal): -4354643 or 11374013. OLE color: 11374013.

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

Color convert

RGB 189 141 173 -
CMYK 0 0.25 0.08 0.26
HSL 320º 0.27% 0.65% -
HSV(B) 320º 0.25% 0.74% -
XYZ 38.05 32.89 43.88 -
YUV 159 135.9 149.4 -
System Red Green Blue C M Y K H S L
Decimal 189 141 173 0 0.25 0.08 0.26 320 0.27 0.65
Hex BD 8D AD 0 19 8 1A 140 1B 41
Octal 275 215 255 0 31 10 32 500 33 101
Binary 10111101 10001101 10101101 0 11001 1000 11010 101000000 11011 1000001

Color Harmonies of #BD8DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8DAD

Black with #BD8DAD

Text Example


Text Example

White with #BD8DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8DAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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