Html Css Color HEX #BC9FAC Lily

📋 copy color: '#BC9FAC'

red 188 ◦ green 159 ◦ blue 172

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

Shades of Lily #BC9FAC

Tints of Lily #BC9FAC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.64%

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

R = 36.22%
G = 30.64%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BC9FAC (or 0xBC9FAC) is known color: Lily. HEX triplet: BC, 9F and AC. RGB value is (188,159,172). Sum of RGB (Red+Green+Blue) = 188+159+172=519 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.22% from 519); Green value is 159 (62.5% from 255 or 30.64% from 519); Blue value is 172 (67.58% from 255 or 33.14% from 519); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9FAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9FAC is #436053. Grayscale: #A9A9A9. Windows color (decimal): -4415572 or 11313084. OLE color: 11313084.

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

Color convert

RGB 188 159 172 -
CMYK 0 0.15 0.09 0.26
HSL 333.1º 0.18% 0.68% -
HSV(B) 333.1º 0.15% 0.74% -
XYZ 40.58 38.47 44.32 -
YUV 169.15 129.61 141.44 -
System Red Green Blue C M Y K H S L
Decimal 188 159 172 0 0.15 0.09 0.26 333.1 0.18 0.68
Hex BC 9F AC 0 F 9 1A 14D 12 44
Octal 274 237 254 0 17 11 32 515 22 104
Binary 10111100 10011111 10101100 0 1111 1001 11010 101001101 10010 1000100

Color Harmonies of #BC9FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9FAC

Black with #BC9FAC

Text Example


Text Example

White with #BC9FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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