#A0B6BB

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

Shades of Casper #A0B6BB

Tints of Casper #A0B6BB

Color information

#A0B6BB (or 0xA0B6BB) is unknown color: approx Casper. HEX triplet: A0, B6 and BB. RGB value is (160,182,187). Sum of RGB (Red+Green+Blue) = 160+182+187=529 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.25% from 529); Green value is 182 (71.48% from 255 or 34.40% from 529); Blue value is 187 (73.44% from 255 or 35.35% from 529); Max value from RGB is 187 - color contains mainly: blue. Hex color #A0B6BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0B6BB is #5F4944. Grayscale: #AFAFAF. Windows color (decimal): -6244677 or 12301984. OLE color: 12301984.

HSL color Cylindrical-coordinate representation of color #A0B6BB: hue angle of 191.11º 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 #A0B6BB is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB160182187-
CMYK0.140.0300.27
HSL191.11º16.56%68.04%-
HSV(B)191.11º14.44%73.33%-
XYZ40.1944.5253.49-
YUV175.99134.21116.59-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.25%
GREEN value IS 182 (71.48% from 255) = 34.40%
BLUE value IS 187 (73.44% from 255) = 35.35%
R=30.25%
G=34.40%
B=35.35%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1601821870.140.0300.27191.1116.5668.04
HexA0B6BBE301Bbf1144
Octal24026627316303327721104
Binary10100000101101101011101111101101101110111111100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B6BB; }

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

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

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

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

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

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

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

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