#A0BCC2

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

Shades of Casper #A0BCC2

Tints of Casper #A0BCC2

Color information

#A0BCC2 (or 0xA0BCC2) is unknown color: approx Casper. HEX triplet: A0, BC and C2. RGB value is (160,188,194). Sum of RGB (Red+Green+Blue) = 160+188+194=542 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.52% from 542); Green value is 188 (73.83% from 255 or 34.69% from 542); Blue value is 194 (76.17% from 255 or 35.79% from 542); Max value from RGB is 194 - color contains mainly: blue. Hex color #A0BCC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BCC2 is #5F433D. Grayscale: #B4B4B4. Windows color (decimal): -6243134 or 12762272. OLE color: 12762272.

HSL color Cylindrical-coordinate representation of color #A0BCC2: hue angle of 190.59º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A0BCC2 is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB160188194-
CMYK0.180.0300.24
HSL190.59º21.79%69.41%-
HSV(B)190.59º17.53%76.08%-
XYZ42.2247.3457.95-
YUV180.31135.72113.51-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.52%
GREEN value IS 188 (73.83% from 255) = 34.69%
BLUE value IS 194 (76.17% from 255) = 35.79%
R=29.52%
G=34.69%
B=35.79%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1601881940.180.0300.24190.5921.7969.41
HexA0BCC2123018bf1645
Octal24027430222303027726105
Binary101000001011110011000010100101101100010111111101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BCC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BCC2; }

 p { color: rgb(160,188,194); }

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

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

 a { background-color: rgb(160,188,194); }

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

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

 span { border-color: rgb(160,188,194); }

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