#A2B4BC

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

Shades of Casper #A2B4BC

Tints of Casper #A2B4BC

Color information

#A2B4BC (or 0xA2B4BC) is unknown color: approx Casper. HEX triplet: A2, B4 and BC. RGB value is (162,180,188). Sum of RGB (Red+Green+Blue) = 162+180+188=530 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.57% from 530); Green value is 180 (70.70% from 255 or 33.96% from 530); Blue value is 188 (73.83% from 255 or 35.47% from 530); Max value from RGB is 188 - color contains mainly: blue. Hex color #A2B4BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2B4BC is #5D4B43. Grayscale: #AFAFAF. Windows color (decimal): -6114116 or 12367010. OLE color: 12367010.

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

Color convert

RGB162180188-
CMYK0.140.0400.26
HSL198.46º16.25%68.63%-
HSV(B)198.46º13.83%73.73%-
XYZ40.343.9553.94-
YUV175.53135.04118.35-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.57%
GREEN value IS 180 (70.70% from 255) = 33.96%
BLUE value IS 188 (73.83% from 255) = 35.47%
R=30.57%
G=33.96%
B=35.47%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1621801880.140.0400.26198.4616.2568.63
HexA2B4BCE401Ac61045
Octal24226427416403230620105
Binary101000101011010010111100111010001101011000110100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B4BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B4BC; }

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

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

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

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

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

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

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

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