#ABB0EA

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

Shades of Perano #ABB0EA

Tints of Perano #ABB0EA

Color information

#ABB0EA (or 0xABB0EA) is unknown color: approx Perano. HEX triplet: AB, B0 and EA. RGB value is (171,176,234). Sum of RGB (Red+Green+Blue) = 171+176+234=581 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.43% from 581); Green value is 176 (69.14% from 255 or 30.29% from 581); Blue value is 234 (91.80% from 255 or 40.28% from 581); Max value from RGB is 234 - color contains mainly: blue. Hex color #ABB0EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABB0EA is #544F15. Grayscale: #B4B4B4. Windows color (decimal): -5525270 or 15380651. OLE color: 15380651.

HSL color Cylindrical-coordinate representation of color #ABB0EA: hue angle of 235.24º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ABB0EA is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB171176234-
CMYK0.270.2500.08
HSL235.24º60%79.41%-
HSV(B)235.24º26.92%91.76%-
XYZ47.1745.6584.17-
YUV181.12157.84120.78-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.43%
GREEN value IS 176 (69.14% from 255) = 30.29%
BLUE value IS 234 (91.80% from 255) = 40.28%
R=29.43%
G=30.29%
B=40.28%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1711762340.270.2500.08235.246079.41
HexABB0EA1B1908eb3c4f
Octal253260352333101035374117
Binary101010111011000011101010110111100101000111010111111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB0EA; }

 p { color: rgb(171,176,234); }

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

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

 a { background-color: rgb(171,176,234); }

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

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

 span { border-color: rgb(171,176,234); }

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