#ABBAE6

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

Shades of Perano #ABBAE6

Tints of Perano #ABBAE6

Color information

#ABBAE6 (or 0xABBAE6) is unknown color: approx Perano. HEX triplet: AB, BA and E6. RGB value is (171,186,230). Sum of RGB (Red+Green+Blue) = 171+186+230=587 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.13% from 587); Green value is 186 (73.05% from 255 or 31.69% from 587); Blue value is 230 (90.23% from 255 or 39.18% from 587); Max value from RGB is 230 - color contains mainly: blue. Hex color #ABBAE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABBAE6 is #544519. Grayscale: #BABABA. Windows color (decimal): -5522714 or 15121067. OLE color: 15121067.

HSL color Cylindrical-coordinate representation of color #ABBAE6: hue angle of 224.75º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ABBAE6 is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB171186230-
CMYK0.260.1900.10
HSL224.75º54.13%78.63%-
HSV(B)224.75º25.65%90.2%-
XYZ48.6449.4981.85-
YUV186.53152.53116.92-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.13%
GREEN value IS 186 (73.05% from 255) = 31.69%
BLUE value IS 230 (90.23% from 255) = 39.18%
R=29.13%
G=31.69%
B=39.18%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1711862300.260.1900.10224.7554.1378.63
HexABBAE61A130Ae1364f
Octal253272346322301234166117
Binary101010111011101011100110110101001101010111000011101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBAE6; }

 p { color: rgb(171,186,230); }

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

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

 a { background-color: rgb(171,186,230); }

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

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

 span { border-color: rgb(171,186,230); }

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