#A5B6BD

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

Shades of Casper #A5B6BD

Tints of Casper #A5B6BD

Color information

#A5B6BD (or 0xA5B6BD) is unknown color: approx Casper. HEX triplet: A5, B6 and BD. RGB value is (165,182,189). Sum of RGB (Red+Green+Blue) = 165+182+189=536 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.78% from 536); Green value is 182 (71.48% from 255 or 33.96% from 536); Blue value is 189 (74.22% from 255 or 35.26% from 536); Max value from RGB is 189 - color contains mainly: blue. Hex color #A5B6BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5B6BD is #5A4942. Grayscale: #B1B1B1. Windows color (decimal): -5916995 or 12433061. OLE color: 12433061.

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

Color convert

RGB165182189-
CMYK0.130.0400.26
HSL197.5º15.38%69.41%-
HSV(B)197.5º12.7%74.12%-
XYZ41.4345.1354.67-
YUV177.71134.37118.93-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.78%
GREEN value IS 182 (71.48% from 255) = 33.96%
BLUE value IS 189 (74.22% from 255) = 35.26%
R=30.78%
G=33.96%
B=35.26%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1651821890.130.0400.26197.515.3869.41
HexA5B6BDD401Ac6f45
Octal24526627515403230617105
Binary10100101101101101011110111011000110101100011011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B6BD; }

 p { color: rgb(165,182,189); }

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

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

 a { background-color: rgb(165,182,189); }

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

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

 span { border-color: rgb(165,182,189); }

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