#A1B3BC

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

Shades of Casper #A1B3BC

Tints of Casper #A1B3BC

Color information

#A1B3BC (or 0xA1B3BC) is unknown color: approx Casper. HEX triplet: A1, B3 and BC. RGB value is (161,179,188). Sum of RGB (Red+Green+Blue) = 161+179+188=528 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.49% from 528); Green value is 179 (70.31% from 255 or 33.90% from 528); Blue value is 188 (73.83% from 255 or 35.61% from 528); Max value from RGB is 188 - color contains mainly: blue. Hex color #A1B3BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1B3BC is #5E4C43. Grayscale: #AEAEAE. Windows color (decimal): -6179908 or 12366753. OLE color: 12366753.

HSL color Cylindrical-coordinate representation of color #A1B3BC: hue angle of 200º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A1B3BC is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB161179188-
CMYK0.140.0500.26
HSL200º16.77%68.43%-
HSV(B)200º14.36%73.73%-
XYZ39.943.4553.86-
YUV174.64135.54118.27-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.49%
GREEN value IS 179 (70.31% from 255) = 33.90%
BLUE value IS 188 (73.83% from 255) = 35.61%
R=30.49%
G=33.90%
B=35.61%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1611791880.140.0500.2620016.7768.43
HexA1B3BCE501Ac81144
Octal24126327416503231021104
Binary101000011011001110111100111010101101011001000100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B3BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B3BC; }

 p { color: rgb(161,179,188); }

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

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

 a { background-color: rgb(161,179,188); }

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

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

 span { border-color: rgb(161,179,188); }

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