Html Css Color HEX #BD8CAE Lily

📋 copy color: '#BD8CAE'

red 189 ◦ green 140 ◦ blue 174

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

Shades of Lily #BD8CAE

Tints of Lily #BD8CAE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.83%

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

R = 37.57%
G = 27.83%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#BD8CAE (or 0xBD8CAE) is known color: Lily. HEX triplet: BD, 8C and AE. RGB value is (189,140,174). Sum of RGB (Red+Green+Blue) = 189+140+174=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 140 (55.08% from 255 or 27.83% from 503); Blue value is 174 (68.36% from 255 or 34.59% from 503); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8CAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8CAE is #427351. Grayscale: #9E9E9E. Windows color (decimal): -4354898 or 11439293. OLE color: 11439293.

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

Color convert

RGB 189 140 174 -
CMYK 0 0.26 0.08 0.26
HSL 318.37º 0.27% 0.65% -
HSV(B) 318.37º 0.26% 0.74% -
XYZ 38 32.63 44.34 -
YUV 158.53 136.73 149.74 -
System Red Green Blue C M Y K H S L
Decimal 189 140 174 0 0.26 0.08 0.26 318.37 0.27 0.65
Hex BD 8C AE 0 1A 8 1A 13E 1B 41
Octal 275 214 256 0 32 10 32 476 33 101
Binary 10111101 10001100 10101110 0 11010 1000 11010 100111110 11011 1000001

Color Harmonies of #BD8CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8CAE

Black with #BD8CAE

Text Example


Text Example

White with #BD8CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8CAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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