#A0BBBE

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

Shades of Casper #A0BBBE

Tints of Casper #A0BBBE

Color information

#A0BBBE (or 0xA0BBBE) is unknown color: approx Casper. HEX triplet: A0, BB and BE. RGB value is (160,187,190). Sum of RGB (Red+Green+Blue) = 160+187+190=537 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.80% from 537); Green value is 187 (73.44% from 255 or 34.82% from 537); Blue value is 190 (74.61% from 255 or 35.38% from 537); Max value from RGB is 190 - color contains mainly: blue. Hex color #A0BBBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BBBE is #5F4441. Grayscale: #B3B3B3. Windows color (decimal): -6243394 or 12499872. OLE color: 12499872.

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

Color convert

RGB160187190-
CMYK0.160.0200.25
HSL186º18.75%68.63%-
HSV(B)186º15.79%74.51%-
XYZ41.5646.7355.54-
YUV179.27134.05114.26-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.80%
GREEN value IS 187 (73.44% from 255) = 34.82%
BLUE value IS 190 (74.61% from 255) = 35.38%
R=29.80%
G=34.82%
B=35.38%

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
Decimal1601871900.160.0200.2518618.7568.63
HexA0BBBE102019ba1345
Octal24027327620203127223105
Binary101000001011101110111110100001001100110111010100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BBBE; }

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

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

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

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

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

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

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

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