Html Css Color HEX #AABDCC Heather

📋 copy color: '#AABDCC'

red 170 ◦ green 189 ◦ blue 204

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

Shades of Heather #AABDCC

Tints of Heather #AABDCC

RGB

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

 GREEN value IS 189 (74.22% from 255) = 33.57%

 BLUE value IS 204 (80.08% from 255) = 36.23%

R = 30.2%
G = 33.57%
B = 36.23%

CMYK

 C value IS 0.17

 M value IS 0.07

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AABDCC (or 0xAABDCC) is known color: Heather. HEX triplet: AA, BD and CC. RGB value is (170,189,204). Sum of RGB (Red+Green+Blue) = 170+189+204=563 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.20% from 563); Green value is 189 (74.22% from 255 or 33.57% from 563); Blue value is 204 (80.08% from 255 or 36.23% from 563); Max value from RGB is 204 - color contains mainly: blue. Hex color #AABDCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABDCC is #554233. Grayscale: #B8B8B8. Windows color (decimal): -5587508 or 13417898. OLE color: 13417898.

HSL color Cylindrical-coordinate representation of color #AABDCC: hue angle of 206.47º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AABDCC is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 170 189 204 -
CMYK 0.17 0.07 0 0.2
HSL 206.47º 0.25% 0.73% -
HSV(B) 206.47º 0.17% 0.8% -
XYZ 45.67 49.3 64.24 -
YUV 185.03 138.71 117.28 -
System Red Green Blue C M Y K H S L
Decimal 170 189 204 0.17 0.07 0 0.2 206.47 0.25 0.73
Hex AA BD CC 11 7 0 14 CE 19 49
Octal 252 275 314 21 7 0 24 316 31 111
Binary 10101010 10111101 11001100 10001 111 0 10100 11001110 11001 1001001

Color Harmonies of #AABDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABDCC

Black with #AABDCC

Text Example


Text Example

White with #AABDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABDCC; }

 p { color: rgb(170,189,204); }

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

background-color css

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

 a { background-color: rgb(170,189,204); }

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

border-color css

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

 span { border-color: rgb(170,189,204); }

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