Html Css Color HEX #AABDCB Heather

📋 copy color: '#AABDCB'

red 170 ◦ green 189 ◦ blue 203

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

Shades of Heather #AABDCB

Tints of Heather #AABDCB

RGB

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

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

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

R = 30.25%
G = 33.63%
B = 36.12%

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

#AABDCB (or 0xAABDCB) is known color: Heather. HEX triplet: AA, BD and CB. RGB value is (170,189,203). Sum of RGB (Red+Green+Blue) = 170+189+203=562 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.25% from 562); Green value is 189 (74.22% from 255 or 33.63% from 562); Blue value is 203 (79.69% from 255 or 36.12% from 562); Max value from RGB is 203 - color contains mainly: blue. Hex color #AABDCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABDCB is #554234. Grayscale: #B8B8B8. Windows color (decimal): -5587509 or 13352362. OLE color: 13352362.

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

Color convert

RGB 170 189 203 -
CMYK 0.16 0.07 0 0.20
HSL 205.45º 0.24% 0.73% -
HSV(B) 205.45º 0.16% 0.8% -
XYZ 45.55 49.25 63.61 -
YUV 184.92 138.21 117.36 -
System Red Green Blue C M Y K H S L
Decimal 170 189 203 0.16 0.07 0 0.20 205.45 0.24 0.73
Hex AA BD CB 10 7 0 14 CD 18 49
Octal 252 275 313 20 7 0 24 315 30 111
Binary 10101010 10111101 11001011 10000 111 0 10100 11001101 11000 1001001

Color Harmonies of #AABDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABDCB

Black with #AABDCB

Text Example


Text Example

White with #AABDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABDCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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