Html Css Color HEX #BC9DAC Lily

📋 copy color: '#BC9DAC'

red 188 ◦ green 157 ◦ blue 172

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

Shades of Lily #BC9DAC

Tints of Lily #BC9DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 33.27%

R = 36.36%
G = 30.37%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BC9DAC (or 0xBC9DAC) is known color: Lily. HEX triplet: BC, 9D and AC. RGB value is (188,157,172). Sum of RGB (Red+Green+Blue) = 188+157+172=517 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.36% from 517); Green value is 157 (61.72% from 255 or 30.37% from 517); Blue value is 172 (67.58% from 255 or 33.27% from 517); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9DAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9DAC is #436253. Grayscale: #A7A7A7. Windows color (decimal): -4416084 or 11312572. OLE color: 11312572.

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

Color convert

RGB 188 157 172 -
CMYK 0 0.16 0.09 0.26
HSL 330.97º 0.19% 0.68% -
HSV(B) 330.97º 0.16% 0.74% -
XYZ 40.24 37.78 44.2 -
YUV 167.98 130.27 142.28 -
System Red Green Blue C M Y K H S L
Decimal 188 157 172 0 0.16 0.09 0.26 330.97 0.19 0.68
Hex BC 9D AC 0 10 9 1A 14B 13 44
Octal 274 235 254 0 20 11 32 513 23 104
Binary 10111100 10011101 10101100 0 10000 1001 11010 101001011 10011 1000100

Color Harmonies of #BC9DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9DAC

Black with #BC9DAC

Text Example


Text Example

White with #BC9DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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