#A0BCBE

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

Shades of Casper #A0BCBE

Tints of Casper #A0BCBE

Color information

#A0BCBE (or 0xA0BCBE) is unknown color: approx Casper. HEX triplet: A0, BC and BE. RGB value is (160,188,190). Sum of RGB (Red+Green+Blue) = 160+188+190=538 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.74% from 538); Green value is 188 (73.83% from 255 or 34.94% from 538); Blue value is 190 (74.61% from 255 or 35.32% from 538); Max value from RGB is 190 - color contains mainly: blue. Hex color #A0BCBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BCBE is #5F4341. Grayscale: #B3B3B3. Windows color (decimal): -6243138 or 12500128. OLE color: 12500128.

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

Color convert

RGB160188190-
CMYK0.160.0100.25
HSL184º18.75%68.63%-
HSV(B)184º15.79%74.51%-
XYZ41.7747.1655.62-
YUV179.86133.72113.84-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.74%
GREEN value IS 188 (73.83% from 255) = 34.94%
BLUE value IS 190 (74.61% from 255) = 35.32%
R=29.74%
G=34.94%
B=35.32%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1601881900.160.0100.2518418.7568.63
HexA0BCBE101019b81345
Octal24027427620103127023105
Binary10100000101111001011111010000101100110111000100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BCBE; }

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

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

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

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

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

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

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

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