#A2B6BC

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

Shades of Casper #A2B6BC

Tints of Casper #A2B6BC

Color information

#A2B6BC (or 0xA2B6BC) is unknown color: approx Casper. HEX triplet: A2, B6 and BC. RGB value is (162,182,188). Sum of RGB (Red+Green+Blue) = 162+182+188=532 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.45% from 532); Green value is 182 (71.48% from 255 or 34.21% from 532); Blue value is 188 (73.83% from 255 or 35.34% from 532); Max value from RGB is 188 - color contains mainly: blue. Hex color #A2B6BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2B6BC is #5D4943. Grayscale: #B0B0B0. Windows color (decimal): -6113604 or 12367522. OLE color: 12367522.

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

Color convert

RGB162182188-
CMYK0.140.0300.26
HSL193.85º16.25%68.63%-
HSV(B)193.85º13.83%73.73%-
XYZ40.7144.7754.07-
YUV176.7134.37117.51-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.45%
GREEN value IS 182 (71.48% from 255) = 34.21%
BLUE value IS 188 (73.83% from 255) = 35.34%
R=30.45%
G=34.21%
B=35.34%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1621821880.140.0300.26193.8516.2568.63
HexA2B6BCE301Ac21045
Octal24226627416303230220105
Binary10100010101101101011110011101101101011000010100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B6BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B6BC; }

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

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

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

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

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

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

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

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