#ABB0F0

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

Shades of Perano #ABB0F0

Tints of Perano #ABB0F0

Color information

#ABB0F0 (or 0xABB0F0) is unknown color: approx Perano. HEX triplet: AB, B0 and F0. RGB value is (171,176,240). Sum of RGB (Red+Green+Blue) = 171+176+240=587 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.13% from 587); Green value is 176 (69.14% from 255 or 29.98% from 587); Blue value is 240 (94.14% from 255 or 40.89% from 587); Max value from RGB is 240 - color contains mainly: blue. Hex color #ABB0F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABB0F0 is #544F0F. Grayscale: #B5B5B5. Windows color (decimal): -5525264 or 15773867. OLE color: 15773867.

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

Color convert

RGB171176240-
CMYK0.290.2700.06
HSL235.65º69.7%80.59%-
HSV(B)235.65º28.75%94.12%-
XYZ48.054688.78-
YUV181.8160.84120.3-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.13%
GREEN value IS 176 (69.14% from 255) = 29.98%
BLUE value IS 240 (94.14% from 255) = 40.89%
R=29.13%
G=29.98%
B=40.89%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1711762400.290.2700.06235.6569.780.59
HexABB0F01D1B06ec4651
Octal253260360353306354106121
Binary101010111011000011110000111011101101101110110010001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB0F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB0F0; }

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

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

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

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

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

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

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

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