#ABC3CB

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

Shades of Heather #ABC3CB

Tints of Heather #ABC3CB

Color information

#ABC3CB (or 0xABC3CB) is unknown color: approx Heather. HEX triplet: AB, C3 and CB. RGB value is (171,195,203). Sum of RGB (Red+Green+Blue) = 171+195+203=569 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.05% from 569); Green value is 195 (76.56% from 255 or 34.27% from 569); Blue value is 203 (79.69% from 255 or 35.68% from 569); Max value from RGB is 203 - color contains mainly: blue. Hex color #ABC3CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC3CB is #543C34. Grayscale: #BCBCBC. Windows color (decimal): -5520437 or 13353899. OLE color: 13353899.

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

Color convert

RGB171195203-
CMYK0.160.0400.20
HSL195º23.53%73.33%-
HSV(B)195º15.76%79.61%-
XYZ47.095264.06-
YUV188.74136.05115.35-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.05%
GREEN value IS 195 (76.56% from 255) = 34.27%
BLUE value IS 203 (79.69% from 255) = 35.68%
R=30.05%
G=34.27%
B=35.68%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1711952030.160.0400.2019523.5373.33
HexABC3CB104014c31849
Octal25330331320402430330111
Binary1010101111000011110010111000010001010011000011110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC3CB; }

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

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

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

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

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

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

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

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