Html Css Color HEX #AABBC8 Heather

📋 copy color: '#AABBC8'

red 170 ◦ green 187 ◦ blue 200

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

Shades of Heather #AABBC8

Tints of Heather #AABBC8

RGB

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

 GREEN value IS 187 (73.44% from 255) = 33.57%

 BLUE value IS 200 (78.52% from 255) = 35.91%

R = 30.52%
G = 33.57%
B = 35.91%

CMYK

 C value IS 0.15

 M value IS 0.06

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AABBC8 (or 0xAABBC8) is known color: Heather. HEX triplet: AA, BB and C8. RGB value is (170,187,200). Sum of RGB (Red+Green+Blue) = 170+187+200=557 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.52% from 557); Green value is 187 (73.44% from 255 or 33.57% from 557); Blue value is 200 (78.52% from 255 or 35.91% from 557); Max value from RGB is 200 - color contains mainly: blue. Hex color #AABBC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABBC8 is #554437. Grayscale: #B7B7B7. Windows color (decimal): -5588024 or 13155242. OLE color: 13155242.

HSL color Cylindrical-coordinate representation of color #AABBC8: hue angle of 206º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AABBC8 is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 170 187 200 -
CMYK 0.15 0.06 0 0.22
HSL 206º 0.21% 0.73% -
HSV(B) 206º 0.15% 0.78% -
XYZ 44.77 48.26 61.6 -
YUV 183.4 137.37 118.44 -
System Red Green Blue C M Y K H S L
Decimal 170 187 200 0.15 0.06 0 0.22 206 0.21 0.73
Hex AA BB C8 F 6 0 16 CE 15 49
Octal 252 273 310 17 6 0 26 316 25 111
Binary 10101010 10111011 11001000 1111 110 0 10110 11001110 10101 1001001

Color Harmonies of #AABBC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABBC8

Black with #AABBC8

Text Example


Text Example

White with #AABBC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABBC8; }

 p { color: rgb(170,187,200); }

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

background-color css

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

 a { background-color: rgb(170,187,200); }

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

border-color css

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

 span { border-color: rgb(170,187,200); }

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