Html Css Color HEX #BC99AA Lily

📋 copy color: '#BC99AA'

red 188 ◦ green 153 ◦ blue 170

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

Shades of Lily #BC99AA

Tints of Lily #BC99AA

RGB

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

 GREEN value IS 153 (60.16% from 255) = 29.94%

 BLUE value IS 170 (66.8% from 255) = 33.27%

R = 36.79%
G = 29.94%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#BC99AA (or 0xBC99AA) is known color: Lily. HEX triplet: BC, 99 and AA. RGB value is (188,153,170). Sum of RGB (Red+Green+Blue) = 188+153+170=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 153 (60.16% from 255 or 29.94% from 511); Blue value is 170 (66.80% from 255 or 33.27% from 511); Max value from RGB is 188 - color contains mainly: red. Hex color #BC99AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC99AA is #436655. Grayscale: #A5A5A5. Windows color (decimal): -4417110 or 11180476. OLE color: 11180476.

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

Color convert

RGB 188 153 170 -
CMYK 0 0.19 0.10 0.26
HSL 330.86º 0.21% 0.67% -
HSV(B) 330.86º 0.19% 0.74% -
XYZ 39.39 36.38 42.98 -
YUV 165.4 130.6 144.12 -
System Red Green Blue C M Y K H S L
Decimal 188 153 170 0 0.19 0.10 0.26 330.86 0.21 0.67
Hex BC 99 AA 0 13 A 1A 14B 15 43
Octal 274 231 252 0 23 12 32 513 25 103
Binary 10111100 10011001 10101010 0 10011 1010 11010 101001011 10101 1000011

Color Harmonies of #BC99AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC99AA

Black with #BC99AA

Text Example


Text Example

White with #BC99AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC99AA; }

 p { color: rgb(188,153,170); }

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

background-color css

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

 a { background-color: rgb(188,153,170); }

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

border-color css

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

 span { border-color: rgb(188,153,170); }

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