#ABB3F0

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

Shades of Perano #ABB3F0

Tints of Perano #ABB3F0

Color information

#ABB3F0 (or 0xABB3F0) is unknown color: approx Perano. HEX triplet: AB, B3 and F0. RGB value is (171,179,240). Sum of RGB (Red+Green+Blue) = 171+179+240=590 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.98% from 590); Green value is 179 (70.31% from 255 or 30.34% from 590); Blue value is 240 (94.14% from 255 or 40.68% from 590); Max value from RGB is 240 - color contains mainly: blue. Hex color #ABB3F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABB3F0 is #544C0F. Grayscale: #B7B7B7. Windows color (decimal): -5524496 or 15774635. OLE color: 15774635.

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

Color convert

RGB171179240-
CMYK0.290.2500.06
HSL233.04º69.7%80.59%-
HSV(B)233.04º28.75%94.12%-
XYZ48.6447.1988.98-
YUV183.56159.85119.04-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.98%
GREEN value IS 179 (70.31% from 255) = 30.34%
BLUE value IS 240 (94.14% from 255) = 40.68%
R=28.98%
G=30.34%
B=40.68%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1711792400.290.2500.06233.0469.780.59
HexABB3F01D1906e94651
Octal253263360353106351106121
Binary101010111011001111110000111011100101101110100110001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB3F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB3F0; }

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

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

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

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

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

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

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

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