#ABBDCB

Color #ABBDCB Heather (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heather #ABBDCB

Tints of Heather #ABBDCB

Color information

#ABBDCB (or 0xABBDCB) is unknown color: approx Heather. HEX triplet: AB, BD and CB. RGB value is (171,189,203). Sum of RGB (Red+Green+Blue) = 171+189+203=563 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.37% from 563); Green value is 189 (74.22% from 255 or 33.57% from 563); Blue value is 203 (79.69% from 255 or 36.06% from 563); Max value from RGB is 203 - color contains mainly: blue. Hex color #ABBDCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBDCB is #544234. Grayscale: #B9B9B9. Windows color (decimal): -5521973 or 13352363. OLE color: 13352363.

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

Color convert

RGB171189203-
CMYK0.160.0700.20
HSL206.25º23.53%73.33%-
HSV(B)206.25º15.76%79.61%-
XYZ45.7749.3663.62-
YUV185.21138.04117.86-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.37%
GREEN value IS 189 (74.22% from 255) = 33.57%
BLUE value IS 203 (79.69% from 255) = 36.06%
R=30.37%
G=33.57%
B=36.06%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1711892030.160.0700.20206.2523.5373.33
HexABBDCB107014ce1849
Octal25327531320702431630111
Binary1010101110111101110010111000011101010011001110110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBDCB; }

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

 H1.HeaderClassName
 {
   color: #ABBDCB;
 }
 .AnyTagClassName
 {
   color: #ABBDCB;
 }
</style>
background-color css

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

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

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

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

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

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