Html Css Color HEX #AAC4CB Heather

📋 copy color: '#AAC4CB'

red 170 ◦ green 196 ◦ blue 203

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

Shades of Heather #AAC4CB

Tints of Heather #AAC4CB

RGB

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

 GREEN value IS 196 (76.95% from 255) = 34.45%

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

R = 29.88%
G = 34.45%
B = 35.68%

CMYK

 C value IS 0.16

 M value IS 0.03

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AAC4CB (or 0xAAC4CB) is known color: Heather. HEX triplet: AA, C4 and CB. RGB value is (170,196,203). Sum of RGB (Red+Green+Blue) = 170+196+203=569 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.88% from 569); Green value is 196 (76.95% from 255 or 34.45% from 569); Blue value is 203 (79.69% from 255 or 35.68% from 569); Max value from RGB is 203 - color contains mainly: blue. Hex color #AAC4CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC4CB is #553B34. Grayscale: #BCBCBC. Windows color (decimal): -5585717 or 13354154. OLE color: 13354154.

HSL color Cylindrical-coordinate representation of color #AAC4CB: hue angle of 192.73º 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 #AAC4CB is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 170 196 203 -
CMYK 0.16 0.03 0 0.20
HSL 192.73º 0.24% 0.73% -
HSV(B) 192.73º 0.16% 0.8% -
XYZ 47.1 52.34 64.12 -
YUV 189.02 135.89 114.43 -
System Red Green Blue C M Y K H S L
Decimal 170 196 203 0.16 0.03 0 0.20 192.73 0.24 0.73
Hex AA C4 CB 10 3 0 14 C1 18 49
Octal 252 304 313 20 3 0 24 301 30 111
Binary 10101010 11000100 11001011 10000 11 0 10100 11000001 11000 1001001

Color Harmonies of #AAC4CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC4CB

Black with #AAC4CB

Text Example


Text Example

White with #AAC4CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC4CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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