#A3B6BC

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

Shades of Casper #A3B6BC

Tints of Casper #A3B6BC

Color information

#A3B6BC (or 0xA3B6BC) is unknown color: approx Casper. HEX triplet: A3, B6 and BC. RGB value is (163,182,188). Sum of RGB (Red+Green+Blue) = 163+182+188=533 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.58% from 533); Green value is 182 (71.48% from 255 or 34.15% from 533); Blue value is 188 (73.83% from 255 or 35.27% from 533); Max value from RGB is 188 - color contains mainly: blue. Hex color #A3B6BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3B6BC is #5C4943. Grayscale: #B0B0B0. Windows color (decimal): -6048068 or 12367523. OLE color: 12367523.

HSL color Cylindrical-coordinate representation of color #A3B6BC: hue angle of 194.4º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A3B6BC is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB163182188-
CMYK0.130.0300.26
HSL194.4º15.72%68.82%-
HSV(B)194.4º13.3%73.73%-
XYZ40.9144.8754.08-
YUV177134.21118.01-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.58%
GREEN value IS 182 (71.48% from 255) = 34.15%
BLUE value IS 188 (73.83% from 255) = 35.27%
R=30.58%
G=34.15%
B=35.27%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1631821880.130.0300.26194.415.7268.82
HexA3B6BCD301Ac21045
Octal24326627415303230220105
Binary10100011101101101011110011011101101011000010100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B6BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B6BC; }

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

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

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

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

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

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

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

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