#A3BCC0

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

Shades of Casper #A3BCC0

Tints of Casper #A3BCC0

Color information

#A3BCC0 (or 0xA3BCC0) is unknown color: approx Casper. HEX triplet: A3, BC and C0. RGB value is (163,188,192). Sum of RGB (Red+Green+Blue) = 163+188+192=543 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.02% from 543); Green value is 188 (73.83% from 255 or 34.62% from 543); Blue value is 192 (75.39% from 255 or 35.36% from 543); Max value from RGB is 192 - color contains mainly: blue. Hex color #A3BCC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3BCC0 is #5C433F. Grayscale: #B4B4B4. Windows color (decimal): -6046528 or 12631203. OLE color: 12631203.

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

Color convert

RGB163188192-
CMYK0.150.0200.25
HSL188.28º18.71%69.61%-
HSV(B)188.28º15.1%75.29%-
XYZ42.647.5656.8-
YUV180.98134.22115.17-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.02%
GREEN value IS 188 (73.83% from 255) = 34.62%
BLUE value IS 192 (75.39% from 255) = 35.36%
R=30.02%
G=34.62%
B=35.36%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1631881920.150.0200.25188.2818.7169.61
HexA3BCC0F2019bc1346
Octal24327430017203127423106
Binary10100011101111001100000011111001100110111100100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BCC0; }

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

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

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

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

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

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

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

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