#A2BCBF

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

Shades of Casper #A2BCBF

Tints of Casper #A2BCBF

Color information

#A2BCBF (or 0xA2BCBF) is unknown color: approx Casper. HEX triplet: A2, BC and BF. RGB value is (162,188,191). Sum of RGB (Red+Green+Blue) = 162+188+191=541 (71% of max value = 765). Red value is 162 (63.67% from 255 or 29.94% from 541); Green value is 188 (73.83% from 255 or 34.75% from 541); Blue value is 191 (75% from 255 or 35.30% from 541); Max value from RGB is 191 - color contains mainly: blue. Hex color #A2BCBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2BCBF is #5D4340. Grayscale: #B4B4B4. Windows color (decimal): -6112065 or 12565666. OLE color: 12565666.

HSL color Cylindrical-coordinate representation of color #A2BCBF: hue angle of 186.21º degrees, saturation: 0.18, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A2BCBF is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB162188191-
CMYK0.150.0200.25
HSL186.21º18.47%69.22%-
HSV(B)186.21º15.18%74.9%-
XYZ42.2947.4156.21-
YUV180.57133.89114.76-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.94%
GREEN value IS 188 (73.83% from 255) = 34.75%
BLUE value IS 191 (75% from 255) = 35.30%
R=29.94%
G=34.75%
B=35.30%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1621881910.150.0200.25186.2118.4769.22
HexA2BCBFF2019ba1245
Octal24227427717203127222105
Binary10100010101111001011111111111001100110111010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BCBF; }

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

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

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

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

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

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

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

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