Html Css Color HEX #BD8CAA Lily

📋 copy color: '#BD8CAA'

red 189 ◦ green 140 ◦ blue 170

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

Shades of Lily #BD8CAA

Tints of Lily #BD8CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 34.07%

R = 37.88%
G = 28.06%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#BD8CAA (or 0xBD8CAA) is known color: Lily. HEX triplet: BD, 8C and AA. RGB value is (189,140,170). Sum of RGB (Red+Green+Blue) = 189+140+170=499 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.88% from 499); Green value is 140 (55.08% from 255 or 28.06% from 499); Blue value is 170 (66.80% from 255 or 34.07% from 499); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8CAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8CAA is #427355. Grayscale: #9D9D9D. Windows color (decimal): -4354902 or 11177149. OLE color: 11177149.

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

Color convert

RGB 189 140 170 -
CMYK 0 0.26 0.10 0.26
HSL 323.27º 0.27% 0.65% -
HSV(B) 323.27º 0.26% 0.74% -
XYZ 37.62 32.48 42.32 -
YUV 158.07 134.73 150.06 -
System Red Green Blue C M Y K H S L
Decimal 189 140 170 0 0.26 0.10 0.26 323.27 0.27 0.65
Hex BD 8C AA 0 1A A 1A 143 1B 41
Octal 275 214 252 0 32 12 32 503 33 101
Binary 10111101 10001100 10101010 0 11010 1010 11010 101000011 11011 1000001

Color Harmonies of #BD8CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8CAA

Black with #BD8CAA

Text Example


Text Example

White with #BD8CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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