Html Css Color HEX #AABFCE Heather

📋 copy color: '#AABFCE'

red 170 ◦ green 191 ◦ blue 206

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

Shades of Heather #AABFCE

Tints of Heather #AABFCE

RGB

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

 GREEN value IS 191 (75% from 255) = 33.69%

 BLUE value IS 206 (80.86% from 255) = 36.33%

R = 29.98%
G = 33.69%
B = 36.33%

CMYK

 C value IS 0.17

 M value IS 0.07

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AABFCE (or 0xAABFCE) is known color: Heather. HEX triplet: AA, BF and CE. RGB value is (170,191,206). Sum of RGB (Red+Green+Blue) = 170+191+206=567 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.98% from 567); Green value is 191 (75% from 255 or 33.69% from 567); Blue value is 206 (80.86% from 255 or 36.33% from 567); Max value from RGB is 206 - color contains mainly: blue. Hex color #AABFCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABFCE is #554031. Grayscale: #BABABA. Windows color (decimal): -5586994 or 13549482. OLE color: 13549482.

HSL color Cylindrical-coordinate representation of color #AABFCE: hue angle of 205º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AABFCE is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 170 191 206 -
CMYK 0.17 0.07 0 0.19
HSL 205º 0.27% 0.74% -
HSV(B) 205º 0.17% 0.81% -
XYZ 46.35 50.26 65.65 -
YUV 186.43 139.04 116.28 -
System Red Green Blue C M Y K H S L
Decimal 170 191 206 0.17 0.07 0 0.19 205 0.27 0.74
Hex AA BF CE 11 7 0 13 CD 1B 4A
Octal 252 277 316 21 7 0 23 315 33 112
Binary 10101010 10111111 11001110 10001 111 0 10011 11001101 11011 1001010

Color Harmonies of #AABFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABFCE

Black with #AABFCE

Text Example


Text Example

White with #AABFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABFCE; }

 p { color: rgb(170,191,206); }

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

background-color css

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

 a { background-color: rgb(170,191,206); }

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

border-color css

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

 span { border-color: rgb(170,191,206); }

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