#ABBFF0

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

Shades of Perano #ABBFF0

Tints of Perano #ABBFF0

Color information

#ABBFF0 (or 0xABBFF0) is unknown color: approx Perano. HEX triplet: AB, BF and F0. RGB value is (171,191,240). Sum of RGB (Red+Green+Blue) = 171+191+240=602 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.41% from 602); Green value is 191 (75% from 255 or 31.73% from 602); Blue value is 240 (94.14% from 255 or 39.87% from 602); Max value from RGB is 240 - color contains mainly: blue. Hex color #ABBFF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABBFF0 is #54400F. Grayscale: #BEBEBE. Windows color (decimal): -5521424 or 15777707. OLE color: 15777707.

HSL color Cylindrical-coordinate representation of color #ABBFF0: hue angle of 222.61º 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 #ABBFF0 is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB171191240-
CMYK0.290.2000.06
HSL222.61º69.7%80.59%-
HSV(B)222.61º28.75%94.12%-
XYZ51.1552.2189.82-
YUV190.61155.87114.02-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.41%
GREEN value IS 191 (75% from 255) = 31.73%
BLUE value IS 240 (94.14% from 255) = 39.87%
R=28.41%
G=31.73%
B=39.87%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1711912400.290.2000.06222.6169.780.59
HexABBFF01D1406df4651
Octal253277360352406337106121
Binary101010111011111111110000111011010001101101111110001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBFF0; }

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

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

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

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

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

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

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

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