Html Css Color HEX #BC9EAC Lily

📋 copy color: '#BC9EAC'

red 188 ◦ green 158 ◦ blue 172

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

Shades of Lily #BC9EAC

Tints of Lily #BC9EAC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 30.5%

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

R = 36.29%
G = 30.5%
B = 33.2%

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

#BC9EAC (or 0xBC9EAC) is known color: Lily. HEX triplet: BC, 9E and AC. RGB value is (188,158,172). Sum of RGB (Red+Green+Blue) = 188+158+172=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 158 (62.11% from 255 or 30.50% from 518); Blue value is 172 (67.58% from 255 or 33.20% from 518); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9EAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9EAC is #436153. Grayscale: #A8A8A8. Windows color (decimal): -4415828 or 11312828. OLE color: 11312828.

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

Color convert

RGB 188 158 172 -
CMYK 0 0.16 0.09 0.26
HSL 332º 0.18% 0.68% -
HSV(B) 332º 0.16% 0.74% -
XYZ 40.41 38.12 44.26 -
YUV 168.57 129.94 141.86 -
System Red Green Blue C M Y K H S L
Decimal 188 158 172 0 0.16 0.09 0.26 332 0.18 0.68
Hex BC 9E AC 0 10 9 1A 14C 12 44
Octal 274 236 254 0 20 11 32 514 22 104
Binary 10111100 10011110 10101100 0 10000 1001 11010 101001100 10010 1000100

Color Harmonies of #BC9EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9EAC

Black with #BC9EAC

Text Example


Text Example

White with #BC9EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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