#ABBBF0

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

Shades of Perano #ABBBF0

Tints of Perano #ABBBF0

Color information

#ABBBF0 (or 0xABBBF0) is unknown color: approx Perano. HEX triplet: AB, BB and F0. RGB value is (171,187,240). Sum of RGB (Red+Green+Blue) = 171+187+240=598 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.60% from 598); Green value is 187 (73.44% from 255 or 31.27% from 598); Blue value is 240 (94.14% from 255 or 40.13% from 598); Max value from RGB is 240 - color contains mainly: blue. Hex color #ABBBF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABBBF0 is #54440F. Grayscale: #BCBCBC. Windows color (decimal): -5522448 or 15776683. OLE color: 15776683.

HSL color Cylindrical-coordinate representation of color #ABBBF0: hue angle of 226.09º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABBBF0 is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB171187240-
CMYK0.290.2200.06
HSL226.09º69.7%80.59%-
HSV(B)226.09º28.75%94.12%-
XYZ50.2950.4989.53-
YUV188.26157.2115.69-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.60%
GREEN value IS 187 (73.44% from 255) = 31.27%
BLUE value IS 240 (94.14% from 255) = 40.13%
R=28.60%
G=31.27%
B=40.13%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1711872400.290.2200.06226.0969.780.59
HexABBBF01D1606e24651
Octal253273360352606342106121
Binary101010111011101111110000111011011001101110001010001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBBF0; }

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

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

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

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

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

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

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

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