#A2BAC1

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

Shades of Casper #A2BAC1

Tints of Casper #A2BAC1

Color information

#A2BAC1 (or 0xA2BAC1) is unknown color: approx Casper. HEX triplet: A2, BA and C1. RGB value is (162,186,193). Sum of RGB (Red+Green+Blue) = 162+186+193=541 (71% of max value = 765). Red value is 162 (63.67% from 255 or 29.94% from 541); Green value is 186 (73.05% from 255 or 34.38% from 541); Blue value is 193 (75.78% from 255 or 35.67% from 541); Max value from RGB is 193 - color contains mainly: blue. Hex color #A2BAC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2BAC1 is #5D453E. Grayscale: #B3B3B3. Windows color (decimal): -6112575 or 12696226. OLE color: 12696226.

HSL color Cylindrical-coordinate representation of color #A2BAC1: hue angle of 193.55º degrees, saturation: 0.2, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A2BAC1 is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB162186193-
CMYK0.160.0400.24
HSL193.55º20%69.61%-
HSV(B)193.55º16.06%75.69%-
XYZ42.0846.6557.24-
YUV179.62135.55115.43-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.94%
GREEN value IS 186 (73.05% from 255) = 34.38%
BLUE value IS 193 (75.78% from 255) = 35.67%
R=29.94%
G=34.38%
B=35.67%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1621861930.160.0400.24193.552069.61
HexA2BAC1104018c21446
Octal24227230120403030224106
Binary1010001010111010110000011000010001100011000010101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BAC1; }

 p { color: rgb(162,186,193); }

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

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

 a { background-color: rgb(162,186,193); }

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

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

 span { border-color: rgb(162,186,193); }

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