Html Css Color HEX #BD8BA6 Lily

📋 copy color: '#BD8BA6'

red 189 ◦ green 139 ◦ blue 166

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

Shades of Lily #BD8BA6

Tints of Lily #BD8BA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 33.6%

R = 38.26%
G = 28.14%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#BD8BA6 (or 0xBD8BA6) is known color: Lily. HEX triplet: BD, 8B and A6. RGB value is (189,139,166). Sum of RGB (Red+Green+Blue) = 189+139+166=494 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.26% from 494); Green value is 139 (54.69% from 255 or 28.14% from 494); Blue value is 166 (65.23% from 255 or 33.60% from 494); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8BA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8BA6 is #427459. Grayscale: #9C9C9C. Windows color (decimal): -4355162 or 10914749. OLE color: 10914749.

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

Color convert

RGB 189 139 166 -
CMYK 0 0.26 0.12 0.26
HSL 327.6º 0.27% 0.64% -
HSV(B) 327.6º 0.26% 0.74% -
XYZ 37.1 32.04 40.3 -
YUV 157.03 133.07 150.8 -
System Red Green Blue C M Y K H S L
Decimal 189 139 166 0 0.26 0.12 0.26 327.6 0.27 0.64
Hex BD 8B A6 0 1A C 1A 148 1B 40
Octal 275 213 246 0 32 14 32 510 33 100
Binary 10111101 10001011 10100110 0 11010 1100 11010 101001000 11011 1000000

Color Harmonies of #BD8BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8BA6

Black with #BD8BA6

Text Example


Text Example

White with #BD8BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8BA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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