#A3B5BB

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

Shades of Casper #A3B5BB

Tints of Casper #A3B5BB

Color information

#A3B5BB (or 0xA3B5BB) is unknown color: approx Casper. HEX triplet: A3, B5 and BB. RGB value is (163,181,187). Sum of RGB (Red+Green+Blue) = 163+181+187=531 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.70% from 531); Green value is 181 (71.09% from 255 or 34.09% from 531); Blue value is 187 (73.44% from 255 or 35.22% from 531); Max value from RGB is 187 - color contains mainly: blue. Hex color #A3B5BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3B5BB is #5C4A44. Grayscale: #B0B0B0. Windows color (decimal): -6048325 or 12301731. OLE color: 12301731.

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

Color convert

RGB163181187-
CMYK0.130.0300.27
HSL195º15%68.63%-
HSV(B)195º12.83%73.33%-
XYZ40.644.4253.45-
YUV176.3134.04118.51-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.70%
GREEN value IS 181 (71.09% from 255) = 34.09%
BLUE value IS 187 (73.44% from 255) = 35.22%
R=30.70%
G=34.09%
B=35.22%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1631811870.130.0300.271951568.63
HexA3B5BBD301Bc3f45
Octal24326527315303330317105
Binary1010001110110101101110111101110110111100001111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B5BB; }

 p { color: rgb(163,181,187); }

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

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

 a { background-color: rgb(163,181,187); }

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

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

 span { border-color: rgb(163,181,187); }

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