#ABBFF5

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

Shades of Perano #ABBFF5

Tints of Perano #ABBFF5

Color information

#ABBFF5 (or 0xABBFF5) is unknown color: approx Perano. HEX triplet: AB, BF and F5. RGB value is (171,191,245). Sum of RGB (Red+Green+Blue) = 171+191+245=607 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.17% from 607); Green value is 191 (75% from 255 or 31.47% from 607); Blue value is 245 (96.09% from 255 or 40.36% from 607); Max value from RGB is 245 - color contains mainly: blue. Hex color #ABBFF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABBFF5 is #54400A. Grayscale: #BEBEBE. Windows color (decimal): -5521419 or 16105387. OLE color: 16105387.

HSL color Cylindrical-coordinate representation of color #ABBFF5: hue angle of 223.78º 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 #ABBFF5 is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB171191245-
CMYK0.300.2200.04
HSL223.78º78.72%81.57%-
HSV(B)223.78º30.2%96.08%-
XYZ51.9152.5193.79-
YUV191.18158.37113.61-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.17%
GREEN value IS 191 (75% from 255) = 31.47%
BLUE value IS 245 (96.09% from 255) = 40.36%
R=28.17%
G=31.47%
B=40.36%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1711912450.300.2200.04223.7878.7281.57
HexABBFF51E1604e04f52
Octal253277365362604340117122
Binary101010111011111111110101111101011001001110000010011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBFF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBFF5; }

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

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

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

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

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

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

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

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