#A3BDC2

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

Shades of Casper #A3BDC2

Tints of Casper #A3BDC2

Color information

#A3BDC2 (or 0xA3BDC2) is unknown color: approx Casper. HEX triplet: A3, BD and C2. RGB value is (163,189,194). Sum of RGB (Red+Green+Blue) = 163+189+194=546 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.85% from 546); Green value is 189 (74.22% from 255 or 34.62% from 546); Blue value is 194 (76.17% from 255 or 35.53% from 546); Max value from RGB is 194 - color contains mainly: blue. Hex color #A3BDC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3BDC2 is #5C423D. Grayscale: #B5B5B5. Windows color (decimal): -6046270 or 12762531. OLE color: 12762531.

HSL color Cylindrical-coordinate representation of color #A3BDC2: hue angle of 189.68º degrees, saturation: 0.2, 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 #A3BDC2 is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB163189194-
CMYK0.160.0300.24
HSL189.68º20.26%70%-
HSV(B)189.68º15.98%76.08%-
XYZ43.0448.0858.05-
YUV181.8134.89114.59-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.85%
GREEN value IS 189 (74.22% from 255) = 34.62%
BLUE value IS 194 (76.17% from 255) = 35.53%
R=29.85%
G=34.62%
B=35.53%

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
Decimal1631891940.160.0300.24189.6820.2670
HexA3BDC2103018be1446
Octal24327530220303027624106
Binary101000111011110111000010100001101100010111110101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BDC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BDC2; }

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

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

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

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

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

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

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

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