Html Css Color HEX #BC8DAD Lily

📋 copy color: '#BC8DAD'

red 188 ◦ green 141 ◦ blue 173

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

Shades of Lily #BC8DAD

Tints of Lily #BC8DAD

RGB

 RED value IS 188 (73.83% from 255) = 37.45%

 GREEN value IS 141 (55.47% from 255) = 28.09%

 BLUE value IS 173 (67.97% from 255) = 34.46%

R = 37.45%
G = 28.09%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#BC8DAD (or 0xBC8DAD) is known color: Lily. HEX triplet: BC, 8D and AD. RGB value is (188,141,173). Sum of RGB (Red+Green+Blue) = 188+141+173=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 141 (55.47% from 255 or 28.09% from 502); Blue value is 173 (67.97% from 255 or 34.46% from 502); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8DAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8DAD is #437252. Grayscale: #9E9E9E. Windows color (decimal): -4420179 or 11374012. OLE color: 11374012.

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

Color convert

RGB 188 141 173 -
CMYK 0 0.25 0.08 0.26
HSL 319.15º 0.26% 0.65% -
HSV(B) 319.15º 0.25% 0.74% -
XYZ 37.81 32.76 43.87 -
YUV 158.7 136.07 148.9 -
System Red Green Blue C M Y K H S L
Decimal 188 141 173 0 0.25 0.08 0.26 319.15 0.26 0.65
Hex BC 8D AD 0 19 8 1A 13F 1A 41
Octal 274 215 255 0 31 10 32 477 32 101
Binary 10111100 10001101 10101101 0 11001 1000 11010 100111111 11010 1000001

Color Harmonies of #BC8DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8DAD

Black with #BC8DAD

Text Example


Text Example

White with #BC8DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8DAD; }

 p { color: rgb(188,141,173); }

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

background-color css

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

 a { background-color: rgb(188,141,173); }

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

border-color css

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

 span { border-color: rgb(188,141,173); }

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