#A3BDC3

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

Shades of Casper #A3BDC3

Tints of Casper #A3BDC3

Color information

#A3BDC3 (or 0xA3BDC3) is unknown color: approx Casper. HEX triplet: A3, BD and C3. RGB value is (163,189,195). Sum of RGB (Red+Green+Blue) = 163+189+195=547 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.80% from 547); Green value is 189 (74.22% from 255 or 34.55% from 547); Blue value is 195 (76.56% from 255 or 35.65% from 547); Max value from RGB is 195 - color contains mainly: blue. Hex color #A3BDC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3BDC3 is #5C423C. Grayscale: #B5B5B5. Windows color (decimal): -6046269 or 12828067. OLE color: 12828067.

HSL color Cylindrical-coordinate representation of color #A3BDC3: hue angle of 191.25º degrees, saturation: 0.21, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A3BDC3 is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB163189195-
CMYK0.160.0300.24
HSL191.25º21.05%70.2%-
HSV(B)191.25º16.41%76.47%-
XYZ43.1548.1258.64-
YUV181.91135.39114.51-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.80%
GREEN value IS 189 (74.22% from 255) = 34.55%
BLUE value IS 195 (76.56% from 255) = 35.65%
R=29.80%
G=34.55%
B=35.65%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1631891950.160.0300.24191.2521.0570.2
HexA3BDC3103018bf1546
Octal24327530320303027725106
Binary101000111011110111000011100001101100010111111101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BDC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BDC3; }

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

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

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

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

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

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

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

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