Html Css Color HEX #BC9DAD Lily

📋 copy color: '#BC9DAD'

red 188 ◦ green 157 ◦ blue 173

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

Shades of Lily #BC9DAD

Tints of Lily #BC9DAD

RGB

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

 GREEN value IS 157 (61.72% from 255) = 30.31%

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

R = 36.29%
G = 30.31%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#BC9DAD (or 0xBC9DAD) is known color: Lily. HEX triplet: BC, 9D and AD. RGB value is (188,157,173). Sum of RGB (Red+Green+Blue) = 188+157+173=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 157 (61.72% from 255 or 30.31% from 518); Blue value is 173 (67.97% from 255 or 33.40% from 518); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9DAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9DAD is #436252. Grayscale: #A8A8A8. Windows color (decimal): -4416083 or 11378108. OLE color: 11378108.

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

Color convert

RGB 188 157 173 -
CMYK 0 0.16 0.08 0.26
HSL 329.03º 0.19% 0.68% -
HSV(B) 329.03º 0.16% 0.74% -
XYZ 40.34 37.82 44.71 -
YUV 168.09 130.77 142.2 -
System Red Green Blue C M Y K H S L
Decimal 188 157 173 0 0.16 0.08 0.26 329.03 0.19 0.68
Hex BC 9D AD 0 10 8 1A 149 13 44
Octal 274 235 255 0 20 10 32 511 23 104
Binary 10111100 10011101 10101101 0 10000 1000 11010 101001001 10011 1000100

Color Harmonies of #BC9DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9DAD

Black with #BC9DAD

Text Example


Text Example

White with #BC9DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9DAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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