#A0B7BB

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

Shades of Casper #A0B7BB

Tints of Casper #A0B7BB

Color information

#A0B7BB (or 0xA0B7BB) is unknown color: approx Casper. HEX triplet: A0, B7 and BB. RGB value is (160,183,187). Sum of RGB (Red+Green+Blue) = 160+183+187=530 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.19% from 530); Green value is 183 (71.88% from 255 or 34.53% from 530); Blue value is 187 (73.44% from 255 or 35.28% from 530); Max value from RGB is 187 - color contains mainly: blue. Hex color #A0B7BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0B7BB is #5F4844. Grayscale: #B0B0B0. Windows color (decimal): -6244421 or 12302240. OLE color: 12302240.

HSL color Cylindrical-coordinate representation of color #A0B7BB: hue angle of 188.89º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A0B7BB is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB160183187-
CMYK0.140.0200.27
HSL188.89º16.56%68.04%-
HSV(B)188.89º14.44%73.33%-
XYZ40.444.9353.56-
YUV176.58133.88116.17-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.19%
GREEN value IS 183 (71.88% from 255) = 34.53%
BLUE value IS 187 (73.44% from 255) = 35.28%
R=30.19%
G=34.53%
B=35.28%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1601831870.140.0200.27188.8916.5668.04
HexA0B7BBE201Bbd1144
Octal24026727316203327521104
Binary10100000101101111011101111101001101110111101100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B7BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B7BB; }

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

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

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

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

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

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

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

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