#A5BABE

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

Shades of Casper #A5BABE

Tints of Casper #A5BABE

Color information

#A5BABE (or 0xA5BABE) is unknown color: approx Casper. HEX triplet: A5, BA and BE. RGB value is (165,186,190). Sum of RGB (Red+Green+Blue) = 165+186+190=541 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.50% from 541); Green value is 186 (73.05% from 255 or 34.38% from 541); Blue value is 190 (74.61% from 255 or 35.12% from 541); Max value from RGB is 190 - color contains mainly: blue. Hex color #A5BABE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5BABE is #5A4541. Grayscale: #B4B4B4. Windows color (decimal): -5915970 or 12499621. OLE color: 12499621.

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

Color convert

RGB165186190-
CMYK0.130.0200.25
HSL189.6º16.13%69.61%-
HSV(B)189.6º13.16%74.51%-
XYZ42.3746.8355.52-
YUV180.18133.54117.17-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.50%
GREEN value IS 186 (73.05% from 255) = 34.38%
BLUE value IS 190 (74.61% from 255) = 35.12%
R=30.50%
G=34.38%
B=35.12%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1651861900.130.0200.25189.616.1369.61
HexA5BABED2019be1046
Octal24527227615203127620106
Binary10100101101110101011111011011001100110111110100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BABE; }

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

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

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

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

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

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

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

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