Html Css Color HEX #BD8DAE Lily

📋 copy color: '#BD8DAE'

red 189 ◦ green 141 ◦ blue 174

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

Shades of Lily #BD8DAE

Tints of Lily #BD8DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 34.52%

R = 37.5%
G = 27.98%
B = 34.52%

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

#BD8DAE (or 0xBD8DAE) is known color: Lily. HEX triplet: BD, 8D and AE. RGB value is (189,141,174). Sum of RGB (Red+Green+Blue) = 189+141+174=504 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.5% from 504); Green value is 141 (55.47% from 255 or 27.98% from 504); Blue value is 174 (68.36% from 255 or 34.52% from 504); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8DAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8DAE is #427251. Grayscale: #9F9F9F. Windows color (decimal): -4354642 or 11439549. OLE color: 11439549.

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

Color convert

RGB 189 141 174 -
CMYK 0 0.25 0.08 0.26
HSL 318.75º 0.27% 0.65% -
HSV(B) 318.75º 0.25% 0.74% -
XYZ 38.15 32.92 44.39 -
YUV 159.11 136.4 149.32 -
System Red Green Blue C M Y K H S L
Decimal 189 141 174 0 0.25 0.08 0.26 318.75 0.27 0.65
Hex BD 8D AE 0 19 8 1A 13F 1B 41
Octal 275 215 256 0 31 10 32 477 33 101
Binary 10111101 10001101 10101110 0 11001 1000 11010 100111111 11011 1000001

Color Harmonies of #BD8DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8DAE

Black with #BD8DAE

Text Example


Text Example

White with #BD8DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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