#A3BBCF

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

Shades of Heather #A3BBCF

Tints of Heather #A3BBCF

Color information

#A3BBCF (or 0xA3BBCF) is unknown color: approx Heather. HEX triplet: A3, BB and CF. RGB value is (163,187,207). Sum of RGB (Red+Green+Blue) = 163+187+207=557 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.26% from 557); Green value is 187 (73.44% from 255 or 33.57% from 557); Blue value is 207 (81.25% from 255 or 37.16% from 557); Max value from RGB is 207 - color contains mainly: blue. Hex color #A3BBCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3BBCF is #5C4430. Grayscale: #B6B6B6. Windows color (decimal): -6046769 or 13613987. OLE color: 13613987.

HSL color Cylindrical-coordinate representation of color #A3BBCF: hue angle of 207.27º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A3BBCF is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB163187207-
CMYK0.210.1000.19
HSL207.27º31.43%72.55%-
HSV(B)207.27º21.26%81.18%-
XYZ44.1447.8365.94-
YUV182.1142.05114.37-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.26%
GREEN value IS 187 (73.44% from 255) = 33.57%
BLUE value IS 207 (81.25% from 255) = 37.16%
R=29.26%
G=33.57%
B=37.16%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1631872070.210.1000.19207.2731.4372.55
HexA3BBCF15A013cf1f49
Octal243273317251202331737111
Binary10100011101110111100111110101101001001111001111111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BBCF; }

 p { color: rgb(163,187,207); }

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

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

 a { background-color: rgb(163,187,207); }

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

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

 span { border-color: rgb(163,187,207); }

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