#A1BBBC

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

Shades of Casper #A1BBBC

Tints of Casper #A1BBBC

Color information

#A1BBBC (or 0xA1BBBC) is unknown color: approx Casper. HEX triplet: A1, BB and BC. RGB value is (161,187,188). Sum of RGB (Red+Green+Blue) = 161+187+188=536 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.04% from 536); Green value is 187 (73.44% from 255 or 34.89% from 536); Blue value is 188 (73.83% from 255 or 35.07% from 536); Max value from RGB is 188 - color contains mainly: blue. Hex color #A1BBBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BBBC is #5E4443. Grayscale: #B3B3B3. Windows color (decimal): -6177860 or 12368801. OLE color: 12368801.

HSL color Cylindrical-coordinate representation of color #A1BBBC: hue angle of 182.22º 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 #A1BBBC is Cyan = 0.14, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB161187188-
CMYK0.140.0100.26
HSL182.22º16.77%68.43%-
HSV(B)182.22º14.36%73.73%-
XYZ41.5546.7554.41-
YUV179.34132.89114.92-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.04%
GREEN value IS 187 (73.44% from 255) = 34.89%
BLUE value IS 188 (73.83% from 255) = 35.07%
R=30.04%
G=34.89%
B=35.07%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1611871880.140.0100.26182.2216.7768.43
HexA1BBBCE101Ab61144
Octal24127327416103226621104
Binary1010000110111011101111001110101101010110110100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BBBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BBBC; }

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

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

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

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

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

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

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

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