#A1BBEE

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

Shades of Perano #A1BBEE

Tints of Perano #A1BBEE

Color information

#A1BBEE (or 0xA1BBEE) is unknown color: approx Perano. HEX triplet: A1, BB and EE. RGB value is (161,187,238). Sum of RGB (Red+Green+Blue) = 161+187+238=586 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.47% from 586); Green value is 187 (73.44% from 255 or 31.91% from 586); Blue value is 238 (93.36% from 255 or 40.61% from 586); Max value from RGB is 238 - color contains mainly: blue. Hex color #A1BBEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1BBEE is #5E4411. Grayscale: #B8B8B8. Windows color (decimal): -6177810 or 15645601. OLE color: 15645601.

HSL color Cylindrical-coordinate representation of color #A1BBEE: hue angle of 219.74º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A1BBEE is Cyan = 0.32, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB161187238-
CMYK0.320.2100.07
HSL219.74º69.37%78.24%-
HSV(B)219.74º32.35%93.33%-
XYZ47.949.2987.88-
YUV185.04157.89110.85-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.47%
GREEN value IS 187 (73.44% from 255) = 31.91%
BLUE value IS 238 (93.36% from 255) = 40.61%
R=27.47%
G=31.91%
B=40.61%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1611872380.320.2100.07219.7469.3778.24
HexA1BBEE201507dc454e
Octal241273356402507334105116
Binary1010000110111011111011101000001010101111101110010001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BBEE; }

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

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

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

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

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

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

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

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