#A3BCCE

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

Shades of Heather #A3BCCE

Tints of Heather #A3BCCE

Color information

#A3BCCE (or 0xA3BCCE) is unknown color: approx Heather. HEX triplet: A3, BC and CE. RGB value is (163,188,206). Sum of RGB (Red+Green+Blue) = 163+188+206=557 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.26% from 557); Green value is 188 (73.83% from 255 or 33.75% from 557); Blue value is 206 (80.86% from 255 or 36.98% from 557); Max value from RGB is 206 - color contains mainly: blue. Hex color #A3BCCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3BCCE is #5C4331. Grayscale: #B6B6B6. Windows color (decimal): -6046514 or 13548707. OLE color: 13548707.

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

Color convert

RGB163188206-
CMYK0.210.0900.19
HSL205.12º30.5%72.35%-
HSV(B)205.12º20.87%80.78%-
XYZ44.2348.2165.37-
YUV182.58141.22114.04-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.26%
GREEN value IS 188 (73.83% from 255) = 33.75%
BLUE value IS 206 (80.86% from 255) = 36.98%
R=29.26%
G=33.75%
B=36.98%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1631882060.210.0900.19205.1230.572.35
HexA3BCCE159013cd1e48
Octal243274316251102331536110
Binary10100011101111001100111010101100101001111001101111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BCCE; }

 p { color: rgb(163,188,206); }

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

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

 a { background-color: rgb(163,188,206); }

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

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

 span { border-color: rgb(163,188,206); }

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