Html Css Color HEX #BD8CAB Lily

📋 copy color: '#BD8CAB'

red 189 ◦ green 140 ◦ blue 171

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

Shades of Lily #BD8CAB

Tints of Lily #BD8CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 34.2%

R = 37.8%
G = 28%
B = 34.2%

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

#BD8CAB (or 0xBD8CAB) is known color: Lily. HEX triplet: BD, 8C and AB. RGB value is (189,140,171). Sum of RGB (Red+Green+Blue) = 189+140+171=500 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.8% from 500); Green value is 140 (55.08% from 255 or 28% from 500); Blue value is 171 (67.19% from 255 or 34.2% from 500); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8CAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8CAB is #427354. Grayscale: #9E9E9E. Windows color (decimal): -4354901 or 11242685. OLE color: 11242685.

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

Color convert

RGB 189 140 171 -
CMYK 0 0.26 0.10 0.26
HSL 322.04º 0.27% 0.65% -
HSV(B) 322.04º 0.26% 0.74% -
XYZ 37.72 32.52 42.82 -
YUV 158.19 135.23 149.98 -
System Red Green Blue C M Y K H S L
Decimal 189 140 171 0 0.26 0.10 0.26 322.04 0.27 0.65
Hex BD 8C AB 0 1A A 1A 142 1B 41
Octal 275 214 253 0 32 12 32 502 33 101
Binary 10111101 10001100 10101011 0 11010 1010 11010 101000010 11011 1000001

Color Harmonies of #BD8CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8CAB

Black with #BD8CAB

Text Example


Text Example

White with #BD8CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8CAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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