Html Css Color HEX #BD8BAA Lily

📋 copy color: '#BD8BAA'

red 189 ◦ green 139 ◦ blue 170

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

Shades of Lily #BD8BAA

Tints of Lily #BD8BAA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.91%

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

R = 37.95%
G = 27.91%
B = 34.14%

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

#BD8BAA (or 0xBD8BAA) is known color: Lily. HEX triplet: BD, 8B and AA. RGB value is (189,139,170). Sum of RGB (Red+Green+Blue) = 189+139+170=498 (65% of max value = 765). Red value is 189 (74.22% from 255 or 37.95% from 498); Green value is 139 (54.69% from 255 or 27.91% from 498); Blue value is 170 (66.80% from 255 or 34.14% from 498); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8BAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8BAA is #427455. Grayscale: #9D9D9D. Windows color (decimal): -4355158 or 11176893. OLE color: 11176893.

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

Color convert

RGB 189 139 170 -
CMYK 0 0.26 0.10 0.26
HSL 322.8º 0.27% 0.64% -
HSV(B) 322.8º 0.26% 0.74% -
XYZ 37.47 32.19 42.27 -
YUV 157.48 135.07 150.48 -
System Red Green Blue C M Y K H S L
Decimal 189 139 170 0 0.26 0.10 0.26 322.8 0.27 0.64
Hex BD 8B AA 0 1A A 1A 143 1B 40
Octal 275 213 252 0 32 12 32 503 33 100
Binary 10111101 10001011 10101010 0 11010 1010 11010 101000011 11011 1000000

Color Harmonies of #BD8BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8BAA

Black with #BD8BAA

Text Example


Text Example

White with #BD8BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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