Html Css Color HEX #BC9AAC Lily

📋 copy color: '#BC9AAC'

red 188 ◦ green 154 ◦ blue 172

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

Shades of Lily #BC9AAC

Tints of Lily #BC9AAC

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.96%

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

R = 36.58%
G = 29.96%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BC9AAC (or 0xBC9AAC) is known color: Lily. HEX triplet: BC, 9A and AC. RGB value is (188,154,172). Sum of RGB (Red+Green+Blue) = 188+154+172=514 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.58% from 514); Green value is 154 (60.55% from 255 or 29.96% from 514); Blue value is 172 (67.58% from 255 or 33.46% from 514); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9AAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9AAC is #436553. Grayscale: #A6A6A6. Windows color (decimal): -4416852 or 11311804. OLE color: 11311804.

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

Color convert

RGB 188 154 172 -
CMYK 0 0.18 0.09 0.26
HSL 328.24º 0.2% 0.67% -
HSV(B) 328.24º 0.18% 0.74% -
XYZ 39.74 36.78 44.03 -
YUV 166.22 131.26 143.54 -
System Red Green Blue C M Y K H S L
Decimal 188 154 172 0 0.18 0.09 0.26 328.24 0.2 0.67
Hex BC 9A AC 0 12 9 1A 148 14 43
Octal 274 232 254 0 22 11 32 510 24 103
Binary 10111100 10011010 10101100 0 10010 1001 11010 101001000 10100 1000011

Color Harmonies of #BC9AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9AAC

Black with #BC9AAC

Text Example


Text Example

White with #BC9AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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