#A0BBBC

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

Shades of Casper #A0BBBC

Tints of Casper #A0BBBC

Color information

#A0BBBC (or 0xA0BBBC) is unknown color: approx Casper. HEX triplet: A0, BB and BC. RGB value is (160,187,188). Sum of RGB (Red+Green+Blue) = 160+187+188=535 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.91% from 535); Green value is 187 (73.44% from 255 or 34.95% from 535); Blue value is 188 (73.83% from 255 or 35.14% from 535); Max value from RGB is 188 - color contains mainly: blue. Hex color #A0BBBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BBBC is #5F4443. Grayscale: #B3B3B3. Windows color (decimal): -6243396 or 12368800. OLE color: 12368800.

HSL color Cylindrical-coordinate representation of color #A0BBBC: hue angle of 182.14º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A0BBBC is Cyan = 0.15, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB160187188-
CMYK0.150.0100.26
HSL182.14º17.28%68.24%-
HSV(B)182.14º14.89%73.73%-
XYZ41.3446.6554.4-
YUV179.04133.05114.42-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.91%
GREEN value IS 187 (73.44% from 255) = 34.95%
BLUE value IS 188 (73.83% from 255) = 35.14%
R=29.91%
G=34.95%
B=35.14%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1601871880.150.0100.26182.1417.2868.24
HexA0BBBCF101Ab61144
Octal24027327417103226621104
Binary1010000010111011101111001111101101010110110100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BBBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BBBC; }

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

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

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

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

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

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

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

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