#A5BABC

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

Shades of Casper #A5BABC

Tints of Casper #A5BABC

Color information

#A5BABC (or 0xA5BABC) is unknown color: approx Casper. HEX triplet: A5, BA and BC. RGB value is (165,186,188). Sum of RGB (Red+Green+Blue) = 165+186+188=539 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.61% from 539); Green value is 186 (73.05% from 255 or 34.51% from 539); Blue value is 188 (73.83% from 255 or 34.88% from 539); Max value from RGB is 188 - color contains mainly: blue. Hex color #A5BABC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5BABC is #5A4543. Grayscale: #B3B3B3. Windows color (decimal): -5915972 or 12368549. OLE color: 12368549.

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

Color convert

RGB165186188-
CMYK0.120.0100.26
HSL185.22º14.65%69.22%-
HSV(B)185.22º12.23%73.73%-
XYZ42.1546.7554.38-
YUV179.95132.54117.34-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.61%
GREEN value IS 186 (73.05% from 255) = 34.51%
BLUE value IS 188 (73.83% from 255) = 34.88%
R=30.61%
G=34.51%
B=34.88%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1651861880.120.0100.26185.2214.6569.22
HexA5BABCC101Ab9f45
Octal24527227414103227117105
Binary101001011011101010111100110010110101011100111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BABC; }

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

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

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

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

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

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

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

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