#A5BCBE

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

Shades of Casper #A5BCBE

Tints of Casper #A5BCBE

Color information

#A5BCBE (or 0xA5BCBE) is unknown color: approx Casper. HEX triplet: A5, BC and BE. RGB value is (165,188,190). Sum of RGB (Red+Green+Blue) = 165+188+190=543 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.39% from 543); Green value is 188 (73.83% from 255 or 34.62% from 543); Blue value is 190 (74.61% from 255 or 34.99% from 543); Max value from RGB is 190 - color contains mainly: blue. Hex color #A5BCBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5BCBE is #5A4341. Grayscale: #B5B5B5. Windows color (decimal): -5915458 or 12500133. OLE color: 12500133.

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

Color convert

RGB165188190-
CMYK0.130.0100.25
HSL184.8º16.13%69.61%-
HSV(B)184.8º13.16%74.51%-
XYZ42.7947.6855.66-
YUV181.35132.88116.34-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.39%
GREEN value IS 188 (73.83% from 255) = 34.62%
BLUE value IS 190 (74.61% from 255) = 34.99%
R=30.39%
G=34.62%
B=34.99%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1651881900.130.0100.25184.816.1369.61
HexA5BCBED1019b91046
Octal24527427615103127120106
Binary1010010110111100101111101101101100110111001100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BCBE; }

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

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

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

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

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

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

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

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