#abbbf5

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

Shades of Perano #ABBBF5

Tints of Perano #ABBBF5

Color information

#ABBBF5 (or 0xABBBF5) is unknown color: approx Perano. HEX triplet: AB, BB and F5. RGB value is (171,187,245). Sum of RGB (Red+Green+Blue) = 171+187+245=603 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.36% from 603); Green value is 187 (73.44% from 255 or 31.01% from 603); Blue value is 245 (96.09% from 255 or 40.63% from 603); Max value from RGB is 245 - color contains mainly: blue. Hex color #ABBBF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABBBF5 is #54440A. Grayscale: #BCBCBC. Windows color (decimal): -5522443 or 16104363. OLE color: 16104363.

HSL color Cylindrical-coordinate representation of color #ABBBF5: hue angle of 227.03º degrees, saturation: 0.79, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABBBF5 is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB171187245-
CMYK0.300.2400.04
HSL227.03º78.72%81.57%-
HSV(B)227.03º30.2%96.08%-
XYZ51.0550.7993.5-
YUV188.83159.7115.28-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.36%
GREEN value IS 187 (73.44% from 255) = 31.01%
BLUE value IS 245 (96.09% from 255) = 40.63%
R=28.36%
G=31.01%
B=40.63%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1711872450.300.2400.04227.0378.7281.57
HexABBBF51E1804e34f52
Octal253273365363004343117122
Binary101010111011101111110101111101100001001110001110011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #abbbf5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #abbbf5; }

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

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

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

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

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

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

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

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