#A0BABE

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

Shades of Casper #A0BABE

Tints of Casper #A0BABE

Color information

#A0BABE (or 0xA0BABE) is unknown color: approx Casper. HEX triplet: A0, BA and BE. RGB value is (160,186,190). Sum of RGB (Red+Green+Blue) = 160+186+190=536 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.85% from 536); Green value is 186 (73.05% from 255 or 34.70% from 536); Blue value is 190 (74.61% from 255 or 35.45% from 536); Max value from RGB is 190 - color contains mainly: blue. Hex color #A0BABE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BABE is #5F4541. Grayscale: #B2B2B2. Windows color (decimal): -6243650 or 12499616. OLE color: 12499616.

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

Color convert

RGB160186190-
CMYK0.160.0200.25
HSL188º18.75%68.63%-
HSV(B)188º15.79%74.51%-
XYZ41.3546.3155.47-
YUV178.68134.39114.67-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.85%
GREEN value IS 186 (73.05% from 255) = 34.70%
BLUE value IS 190 (74.61% from 255) = 35.45%
R=29.85%
G=34.70%
B=35.45%

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
Decimal1601861900.160.0200.2518818.7568.63
HexA0BABE102019bc1345
Octal24027227620203127423105
Binary101000001011101010111110100001001100110111100100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BABE; }

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

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

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

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

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

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

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

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