#A0B6BE

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

Shades of Casper #A0B6BE

Tints of Casper #A0B6BE

Color information

#A0B6BE (or 0xA0B6BE) is unknown color: approx Casper. HEX triplet: A0, B6 and BE. RGB value is (160,182,190). Sum of RGB (Red+Green+Blue) = 160+182+190=532 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.08% from 532); Green value is 182 (71.48% from 255 or 34.21% from 532); Blue value is 190 (74.61% from 255 or 35.71% from 532); Max value from RGB is 190 - color contains mainly: blue. Hex color #A0B6BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0B6BE is #5F4941. Grayscale: #B0B0B0. Windows color (decimal): -6244674 or 12498592. OLE color: 12498592.

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

Color convert

RGB160182190-
CMYK0.160.0400.25
HSL196º18.75%68.63%-
HSV(B)196º15.79%74.51%-
XYZ40.5244.6555.2-
YUV176.33135.71116.35-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.08%
GREEN value IS 182 (71.48% from 255) = 34.21%
BLUE value IS 190 (74.61% from 255) = 35.71%
R=30.08%
G=34.21%
B=35.71%

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
Decimal1601821900.160.0400.2519618.7568.63
HexA0B6BE104019c41345
Octal24026627620403130423105
Binary1010000010110110101111101000010001100111000100100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B6BE; }

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

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

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

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

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

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

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

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