Html Css Color HEX #AABCCB Heather

📋 copy color: '#AABCCB'

red 170 ◦ green 188 ◦ blue 203

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

Shades of Heather #AABCCB

Tints of Heather #AABCCB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 33.51%

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

R = 30.3%
G = 33.51%
B = 36.19%

CMYK

 C value IS 0.16

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AABCCB (or 0xAABCCB) is known color: Heather. HEX triplet: AA, BC and CB. RGB value is (170,188,203). Sum of RGB (Red+Green+Blue) = 170+188+203=561 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.30% from 561); Green value is 188 (73.83% from 255 or 33.51% from 561); Blue value is 203 (79.69% from 255 or 36.19% from 561); Max value from RGB is 203 - color contains mainly: blue. Hex color #AABCCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABCCB is #554334. Grayscale: #B8B8B8. Windows color (decimal): -5587765 or 13352106. OLE color: 13352106.

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

Color convert

RGB 170 188 203 -
CMYK 0.16 0.07 0 0.20
HSL 207.27º 0.24% 0.73% -
HSV(B) 207.27º 0.16% 0.8% -
XYZ 45.34 48.82 63.53 -
YUV 184.33 138.54 117.78 -
System Red Green Blue C M Y K H S L
Decimal 170 188 203 0.16 0.07 0 0.20 207.27 0.24 0.73
Hex AA BC CB 10 7 0 14 CF 18 49
Octal 252 274 313 20 7 0 24 317 30 111
Binary 10101010 10111100 11001011 10000 111 0 10100 11001111 11000 1001001

Color Harmonies of #AABCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABCCB

Black with #AABCCB

Text Example


Text Example

White with #AABCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABCCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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