#A3BCBF

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

Shades of Casper #A3BCBF

Tints of Casper #A3BCBF

Color information

#A3BCBF (or 0xA3BCBF) is unknown color: approx Casper. HEX triplet: A3, BC and BF. RGB value is (163,188,191). Sum of RGB (Red+Green+Blue) = 163+188+191=542 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.07% from 542); Green value is 188 (73.83% from 255 or 34.69% from 542); Blue value is 191 (75% from 255 or 35.24% from 542); Max value from RGB is 191 - color contains mainly: blue. Hex color #A3BCBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3BCBF is #5C4340. Grayscale: #B4B4B4. Windows color (decimal): -6046529 or 12565667. OLE color: 12565667.

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

Color convert

RGB163188191-
CMYK0.150.0200.25
HSL186.43º17.95%69.41%-
HSV(B)186.43º14.66%74.9%-
XYZ42.4947.5156.22-
YUV180.87133.72115.26-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.07%
GREEN value IS 188 (73.83% from 255) = 34.69%
BLUE value IS 191 (75% from 255) = 35.24%
R=30.07%
G=34.69%
B=35.24%

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
Decimal1631881910.150.0200.25186.4317.9569.41
HexA3BCBFF2019ba1245
Octal24327427717203127222105
Binary10100011101111001011111111111001100110111010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BCBF; }

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

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

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

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

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

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

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

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