Html Css Color HEX #BD8BA9 Lily

📋 copy color: '#BD8BA9'

red 189 ◦ green 139 ◦ blue 169

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

Shades of Lily #BD8BA9

Tints of Lily #BD8BA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 34%

R = 38.03%
G = 27.97%
B = 34%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#BD8BA9 (or 0xBD8BA9) is known color: Lily. HEX triplet: BD, 8B and A9. RGB value is (189,139,169). Sum of RGB (Red+Green+Blue) = 189+139+169=497 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.03% from 497); Green value is 139 (54.69% from 255 or 27.97% from 497); Blue value is 169 (66.41% from 255 or 34.00% from 497); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8BA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8BA9 is #427456. Grayscale: #9D9D9D. Windows color (decimal): -4355159 or 11111357. OLE color: 11111357.

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

Color convert

RGB 189 139 169 -
CMYK 0 0.26 0.11 0.26
HSL 324º 0.27% 0.64% -
HSV(B) 324º 0.26% 0.74% -
XYZ 37.38 32.15 41.77 -
YUV 157.37 134.57 150.56 -
System Red Green Blue C M Y K H S L
Decimal 189 139 169 0 0.26 0.11 0.26 324 0.27 0.64
Hex BD 8B A9 0 1A B 1A 144 1B 40
Octal 275 213 251 0 32 13 32 504 33 100
Binary 10111101 10001011 10101001 0 11010 1011 11010 101000100 11011 1000000

Color Harmonies of #BD8BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8BA9

Black with #BD8BA9

Text Example


Text Example

White with #BD8BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8BA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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