#A0B8BF

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

Shades of Casper #A0B8BF

Tints of Casper #A0B8BF

Color information

#A0B8BF (or 0xA0B8BF) is unknown color: approx Casper. HEX triplet: A0, B8 and BF. RGB value is (160,184,191). Sum of RGB (Red+Green+Blue) = 160+184+191=535 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.91% from 535); Green value is 184 (72.27% from 255 or 34.39% from 535); Blue value is 191 (75% from 255 or 35.70% from 535); Max value from RGB is 191 - color contains mainly: blue. Hex color #A0B8BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0B8BF is #5F4740. Grayscale: #B1B1B1. Windows color (decimal): -6244161 or 12564640. OLE color: 12564640.

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

Color convert

RGB160184191-
CMYK0.160.0400.25
HSL193.55º19.5%68.82%-
HSV(B)193.55º16.23%74.9%-
XYZ41.0445.5255.91-
YUV177.62135.55115.43-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.91%
GREEN value IS 184 (72.27% from 255) = 34.39%
BLUE value IS 191 (75% from 255) = 35.70%
R=29.91%
G=34.39%
B=35.70%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1601841910.160.0400.25193.5519.568.82
HexA0B8BF104019c21345
Octal24027027720403130223105
Binary1010000010111000101111111000010001100111000010100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B8BF; }

 p { color: rgb(160,184,191); }

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

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

 a { background-color: rgb(160,184,191); }

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

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

 span { border-color: rgb(160,184,191); }

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