#A3BDC0

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

Shades of Casper #A3BDC0

Tints of Casper #A3BDC0

Color information

#A3BDC0 (or 0xA3BDC0) is unknown color: approx Casper. HEX triplet: A3, BD and C0. RGB value is (163,189,192). Sum of RGB (Red+Green+Blue) = 163+189+192=544 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.96% from 544); Green value is 189 (74.22% from 255 or 34.74% from 544); Blue value is 192 (75.39% from 255 or 35.29% from 544); Max value from RGB is 192 - color contains mainly: blue. Hex color #A3BDC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3BDC0 is #5C423F. Grayscale: #B5B5B5. Windows color (decimal): -6046272 or 12631459. OLE color: 12631459.

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

Color convert

RGB163189192-
CMYK0.150.0200.25
HSL186.21º18.71%69.61%-
HSV(B)186.21º15.1%75.29%-
XYZ42.8247.9956.88-
YUV181.57133.89114.76-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.96%
GREEN value IS 189 (74.22% from 255) = 34.74%
BLUE value IS 192 (75.39% from 255) = 35.29%
R=29.96%
G=34.74%
B=35.29%

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
Decimal1631891920.150.0200.25186.2118.7169.61
HexA3BDC0F2019ba1346
Octal24327530017203127223106
Binary10100011101111011100000011111001100110111010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BDC0; }

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

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

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

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

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

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

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

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