#A1BAEB

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

Shades of Perano #A1BAEB

Tints of Perano #A1BAEB

Color information

#A1BAEB (or 0xA1BAEB) is unknown color: approx Perano. HEX triplet: A1, BA and EB. RGB value is (161,186,235). Sum of RGB (Red+Green+Blue) = 161+186+235=582 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.66% from 582); Green value is 186 (73.05% from 255 or 31.96% from 582); Blue value is 235 (92.19% from 255 or 40.38% from 582); Max value from RGB is 235 - color contains mainly: blue. Hex color #A1BAEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1BAEB is #5E4514. Grayscale: #B7B7B7. Windows color (decimal): -6178069 or 15448737. OLE color: 15448737.

HSL color Cylindrical-coordinate representation of color #A1BAEB: hue angle of 219.73º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1BAEB is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB161186235-
CMYK0.310.2100.08
HSL219.73º64.91%77.65%-
HSV(B)219.73º31.49%92.16%-
XYZ47.2548.6985.51-
YUV184.11156.72111.52-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.66%
GREEN value IS 186 (73.05% from 255) = 31.96%
BLUE value IS 235 (92.19% from 255) = 40.38%
R=27.66%
G=31.96%
B=40.38%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1611862350.310.2100.08219.7364.9177.65
HexA1BAEB1F1508dc414e
Octal2412723533725010334101116
Binary1010000110111010111010111111110101010001101110010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BAEB; }

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

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

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

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

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

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

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

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