#ABBBE2

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

Shades of Perano #ABBBE2

Tints of Perano #ABBBE2

Color information

#ABBBE2 (or 0xABBBE2) is unknown color: approx Perano. HEX triplet: AB, BB and E2. RGB value is (171,187,226). Sum of RGB (Red+Green+Blue) = 171+187+226=584 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.28% from 584); Green value is 187 (73.44% from 255 or 32.02% from 584); Blue value is 226 (88.67% from 255 or 38.70% from 584); Max value from RGB is 226 - color contains mainly: blue. Hex color #ABBBE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBBE2 is #54441D. Grayscale: #BABABA. Windows color (decimal): -5522462 or 14859179. OLE color: 14859179.

HSL color Cylindrical-coordinate representation of color #ABBBE2: hue angle of 222.55º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ABBBE2 is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB171187226-
CMYK0.240.1700.11
HSL222.55º48.67%77.84%-
HSV(B)222.55º24.34%88.63%-
XYZ48.2949.6979-
YUV186.66150.2116.83-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.28%
GREEN value IS 187 (73.44% from 255) = 32.02%
BLUE value IS 226 (88.67% from 255) = 38.70%
R=29.28%
G=32.02%
B=38.70%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1711872260.240.1700.11222.5548.6777.84
HexABBBE218110Bdf314e
Octal253273342302101333761116
Binary101010111011101111100010110001000101011110111111100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBBE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBBE2; }

 p { color: rgb(171,187,226); }

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

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

 a { background-color: rgb(171,187,226); }

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

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

 span { border-color: rgb(171,187,226); }

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