#ABBFFE

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

Shades of Perano #ABBFFE

Tints of Perano #ABBFFE

Color information

#ABBFFE (or 0xABBFFE) is unknown color: approx Perano. HEX triplet: AB, BF and FE. RGB value is (171,191,254). Sum of RGB (Red+Green+Blue) = 171+191+254=616 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.76% from 616); Green value is 191 (75% from 255 or 31.01% from 616); Blue value is 254 (99.61% from 255 or 41.23% from 616); Max value from RGB is 254 - color contains mainly: blue. Hex color #ABBFFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABBFFE is #544001. Grayscale: #BFBFBF. Windows color (decimal): -5521410 or 16695211. OLE color: 16695211.

HSL color Cylindrical-coordinate representation of color #ABBFFE: hue angle of 225.54º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABBFFE is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB171191254-
CMYK0.330.2500.00
HSL225.54º97.65%83.33%-
HSV(B)225.54º32.68%99.61%-
XYZ53.3153.08101.2-
YUV192.2162.87112.88-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.76%
GREEN value IS 191 (75% from 255) = 31.01%
BLUE value IS 254 (99.61% from 255) = 41.23%
R=27.76%
G=31.01%
B=41.23%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1711912540.330.2500.00225.5497.6583.33
HexABBFFE211900e26253
Octal253277376413100342142123
Binary10101011101111111111111010000111001001110001011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBFFE; }

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

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

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

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

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

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

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

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