#A1BBBE

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

Shades of Casper #A1BBBE

Tints of Casper #A1BBBE

Color information

#A1BBBE (or 0xA1BBBE) is unknown color: approx Casper. HEX triplet: A1, BB and BE. RGB value is (161,187,190). Sum of RGB (Red+Green+Blue) = 161+187+190=538 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.93% from 538); Green value is 187 (73.44% from 255 or 34.76% from 538); Blue value is 190 (74.61% from 255 or 35.32% from 538); Max value from RGB is 190 - color contains mainly: blue. Hex color #A1BBBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BBBE is #5E4441. Grayscale: #B3B3B3. Windows color (decimal): -6177858 or 12499873. OLE color: 12499873.

HSL color Cylindrical-coordinate representation of color #A1BBBE: hue angle of 186.21º 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 #A1BBBE is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB161187190-
CMYK0.150.0200.25
HSL186.21º18.24%68.82%-
HSV(B)186.21º15.26%74.51%-
XYZ41.7646.8455.55-
YUV179.57133.89114.76-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.93%
GREEN value IS 187 (73.44% from 255) = 34.76%
BLUE value IS 190 (74.61% from 255) = 35.32%
R=29.93%
G=34.76%
B=35.32%

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
Decimal1611871900.150.0200.25186.2118.2468.82
HexA1BBBEF2019ba1245
Octal24127327617203127222105
Binary10100001101110111011111011111001100110111010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BBBE; }

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

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

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

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

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

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

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

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