Html Css Color HEX #AAC2CB Heather

📋 copy color: '#AAC2CB'

red 170 ◦ green 194 ◦ blue 203

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

Shades of Heather #AAC2CB

Tints of Heather #AAC2CB

RGB

 RED value IS 170 (66.8% from 255) = 29.98%

 GREEN value IS 194 (76.17% from 255) = 34.22%

 BLUE value IS 203 (79.69% from 255) = 35.8%

R = 29.98%
G = 34.22%
B = 35.8%

CMYK

 C value IS 0.16

 M value IS 0.04

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AAC2CB (or 0xAAC2CB) is known color: Heather. HEX triplet: AA, C2 and CB. RGB value is (170,194,203). Sum of RGB (Red+Green+Blue) = 170+194+203=567 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.98% from 567); Green value is 194 (76.17% from 255 or 34.22% from 567); Blue value is 203 (79.69% from 255 or 35.80% from 567); Max value from RGB is 203 - color contains mainly: blue. Hex color #AAC2CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC2CB is #553D34. Grayscale: #BBBBBB. Windows color (decimal): -5586229 or 13353642. OLE color: 13353642.

HSL color Cylindrical-coordinate representation of color #AAC2CB: hue angle of 196.36º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AAC2CB is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 170 194 203 -
CMYK 0.16 0.04 0 0.20
HSL 196.36º 0.24% 0.73% -
HSV(B) 196.36º 0.16% 0.8% -
XYZ 46.65 51.44 63.97 -
YUV 187.85 136.55 115.27 -
System Red Green Blue C M Y K H S L
Decimal 170 194 203 0.16 0.04 0 0.20 196.36 0.24 0.73
Hex AA C2 CB 10 4 0 14 C4 18 49
Octal 252 302 313 20 4 0 24 304 30 111
Binary 10101010 11000010 11001011 10000 100 0 10100 11000100 11000 1001001

Color Harmonies of #AAC2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC2CB

Black with #AAC2CB

Text Example


Text Example

White with #AAC2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC2CB; }

 p { color: rgb(170,194,203); }

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

background-color css

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

 a { background-color: rgb(170,194,203); }

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

border-color css

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

 span { border-color: rgb(170,194,203); }

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