#A3BCBE

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

Shades of Casper #A3BCBE

Tints of Casper #A3BCBE

Color information

#A3BCBE (or 0xA3BCBE) is unknown color: approx Casper. HEX triplet: A3, BC and BE. RGB value is (163,188,190). Sum of RGB (Red+Green+Blue) = 163+188+190=541 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.13% from 541); Green value is 188 (73.83% from 255 or 34.75% 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 #A3BCBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3BCBE is #5C4341. Grayscale: #B4B4B4. Windows color (decimal): -6046530 or 12500131. OLE color: 12500131.

HSL color Cylindrical-coordinate representation of color #A3BCBE: hue angle of 184.44º degrees, saturation: 0.17, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A3BCBE is Cyan = 0.14, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB163188190-
CMYK0.140.0100.25
HSL184.44º17.2%69.22%-
HSV(B)184.44º14.21%74.51%-
XYZ42.3847.4755.64-
YUV180.75133.22115.34-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.13%
GREEN value IS 188 (73.83% from 255) = 34.75%
BLUE value IS 190 (74.61% from 255) = 35.12%
R=30.13%
G=34.75%
B=35.12%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1631881900.140.0100.25184.4417.269.22
HexA3BCBEE1019b81145
Octal24327427616103127021105
Binary1010001110111100101111101110101100110111000100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BCBE; }

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

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

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

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

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

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

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

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