#A1BABE

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

Shades of Casper #A1BABE

Tints of Casper #A1BABE

Color information

#A1BABE (or 0xA1BABE) is unknown color: approx Casper. HEX triplet: A1, BA and BE. RGB value is (161,186,190). Sum of RGB (Red+Green+Blue) = 161+186+190=537 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.98% from 537); Green value is 186 (73.05% from 255 or 34.64% from 537); Blue value is 190 (74.61% from 255 or 35.38% from 537); Max value from RGB is 190 - color contains mainly: blue. Hex color #A1BABE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BABE is #5E4541. Grayscale: #B2B2B2. Windows color (decimal): -6178114 or 12499617. OLE color: 12499617.

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

Color convert

RGB161186190-
CMYK0.150.0200.25
HSL188.28º18.24%68.82%-
HSV(B)188.28º15.26%74.51%-
XYZ41.5546.4155.48-
YUV178.98134.22115.17-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.98%
GREEN value IS 186 (73.05% from 255) = 34.64%
BLUE value IS 190 (74.61% from 255) = 35.38%
R=29.98%
G=34.64%
B=35.38%

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
Decimal1611861900.150.0200.25188.2818.2468.82
HexA1BABEF2019bc1245
Octal24127227617203127422105
Binary10100001101110101011111011111001100110111100100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BABE; }

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

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

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

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

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

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

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

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