#ABBDC3

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

Shades of Heather #ABBDC3

Tints of Heather #ABBDC3

Color information

#ABBDC3 (or 0xABBDC3) is unknown color: approx Heather. HEX triplet: AB, BD and C3. RGB value is (171,189,195). Sum of RGB (Red+Green+Blue) = 171+189+195=555 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.81% from 555); Green value is 189 (74.22% from 255 or 34.05% from 555); Blue value is 195 (76.56% from 255 or 35.14% from 555); Max value from RGB is 195 - color contains mainly: blue. Hex color #ABBDC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBDC3 is #54423C. Grayscale: #B8B8B8. Windows color (decimal): -5521981 or 12828075. OLE color: 12828075.

HSL color Cylindrical-coordinate representation of color #ABBDC3: hue angle of 195º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ABBDC3 is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB171189195-
CMYK0.120.0300.24
HSL195º16.67%71.76%-
HSV(B)195º12.31%76.47%-
XYZ44.8448.9958.72-
YUV184.3134.04118.51-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.81%
GREEN value IS 189 (74.22% from 255) = 34.05%
BLUE value IS 195 (76.56% from 255) = 35.14%
R=30.81%
G=34.05%
B=35.14%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1711891950.120.0300.2419516.6771.76
HexABBDC3C3018c31148
Octal25327530314303030321110
Binary10101011101111011100001111001101100011000011100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBDC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBDC3; }

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

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

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

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

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

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

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

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