#A0BBBF

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

Shades of Casper #A0BBBF

Tints of Casper #A0BBBF

Color information

#A0BBBF (or 0xA0BBBF) is unknown color: approx Casper. HEX triplet: A0, BB and BF. RGB value is (160,187,191). Sum of RGB (Red+Green+Blue) = 160+187+191=538 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.74% from 538); Green value is 187 (73.44% from 255 or 34.76% from 538); Blue value is 191 (75% from 255 or 35.50% from 538); Max value from RGB is 191 - color contains mainly: blue. Hex color #A0BBBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BBBF is #5F4440. Grayscale: #B3B3B3. Windows color (decimal): -6243393 or 12565408. OLE color: 12565408.

HSL color Cylindrical-coordinate representation of color #A0BBBF: hue angle of 187.74º 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 #A0BBBF is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB160187191-
CMYK0.160.0200.25
HSL187.74º19.5%68.82%-
HSV(B)187.74º16.23%74.9%-
XYZ41.6746.7856.12-
YUV179.38134.55114.17-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.74%
GREEN value IS 187 (73.44% from 255) = 34.76%
BLUE value IS 191 (75% from 255) = 35.50%
R=29.74%
G=34.76%
B=35.50%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1601871910.160.0200.25187.7419.568.82
HexA0BBBF102019bc1345
Octal24027327720203127423105
Binary101000001011101110111111100001001100110111100100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BBBF; }

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

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

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

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

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

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

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

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