#A5BABF

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

Shades of Casper #A5BABF

Tints of Casper #A5BABF

Color information

#A5BABF (or 0xA5BABF) is unknown color: approx Casper. HEX triplet: A5, BA and BF. RGB value is (165,186,191). Sum of RGB (Red+Green+Blue) = 165+186+191=542 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.44% from 542); Green value is 186 (73.05% from 255 or 34.32% from 542); Blue value is 191 (75% from 255 or 35.24% from 542); Max value from RGB is 191 - color contains mainly: blue. Hex color #A5BABF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5BABF is #5A4540. Grayscale: #B4B4B4. Windows color (decimal): -5915969 or 12565157. OLE color: 12565157.

HSL color Cylindrical-coordinate representation of color #A5BABF: hue angle of 191.54º degrees, saturation: 0.17, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A5BABF is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB165186191-
CMYK0.140.0300.25
HSL191.54º16.88%69.8%-
HSV(B)191.54º13.61%74.9%-
XYZ42.4846.8856.1-
YUV180.29134.04117.09-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.44%
GREEN value IS 186 (73.05% from 255) = 34.32%
BLUE value IS 191 (75% from 255) = 35.24%
R=30.44%
G=34.32%
B=35.24%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1651861910.140.0300.25191.5416.8869.8
HexA5BABFE3019c01146
Octal24527227716303130021106
Binary10100101101110101011111111101101100111000000100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BABF; }

 p { color: rgb(165,186,191); }

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

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

 a { background-color: rgb(165,186,191); }

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

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

 span { border-color: rgb(165,186,191); }

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