Html Css Color HEX #AABBCB Heather

📋 copy color: '#AABBCB'

red 170 ◦ green 187 ◦ blue 203

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

Shades of Heather #AABBCB

Tints of Heather #AABBCB

RGB

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

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

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

R = 30.36%
G = 33.39%
B = 36.25%

CMYK

 C value IS 0.16

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AABBCB (or 0xAABBCB) is known color: Heather. HEX triplet: AA, BB and CB. RGB value is (170,187,203). Sum of RGB (Red+Green+Blue) = 170+187+203=560 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.36% from 560); Green value is 187 (73.44% from 255 or 33.39% from 560); Blue value is 203 (79.69% from 255 or 36.25% from 560); Max value from RGB is 203 - color contains mainly: blue. Hex color #AABBCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABBCB is #554434. Grayscale: #B7B7B7. Windows color (decimal): -5588021 or 13351850. OLE color: 13351850.

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

Color convert

RGB 170 187 203 -
CMYK 0.16 0.08 0 0.20
HSL 209.09º 0.24% 0.73% -
HSV(B) 209.09º 0.16% 0.8% -
XYZ 45.13 48.4 63.46 -
YUV 183.74 138.87 118.2 -
System Red Green Blue C M Y K H S L
Decimal 170 187 203 0.16 0.08 0 0.20 209.09 0.24 0.73
Hex AA BB CB 10 8 0 14 D1 18 49
Octal 252 273 313 20 10 0 24 321 30 111
Binary 10101010 10111011 11001011 10000 1000 0 10100 11010001 11000 1001001

Color Harmonies of #AABBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABBCB

Black with #AABBCB

Text Example


Text Example

White with #AABBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABBCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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