#ABB6F0

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

Shades of Perano #ABB6F0

Tints of Perano #ABB6F0

Color information

#ABB6F0 (or 0xABB6F0) is unknown color: approx Perano. HEX triplet: AB, B6 and F0. RGB value is (171,182,240). Sum of RGB (Red+Green+Blue) = 171+182+240=593 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.84% from 593); Green value is 182 (71.48% from 255 or 30.69% from 593); Blue value is 240 (94.14% from 255 or 40.47% from 593); Max value from RGB is 240 - color contains mainly: blue. Hex color #ABB6F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABB6F0 is #54490F. Grayscale: #B9B9B9. Windows color (decimal): -5523728 or 15775403. OLE color: 15775403.

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

Color convert

RGB171182240-
CMYK0.290.2400.06
HSL230.43º69.7%80.59%-
HSV(B)230.43º28.75%94.12%-
XYZ49.2548.4189.19-
YUV185.32158.86117.78-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.84%
GREEN value IS 182 (71.48% from 255) = 30.69%
BLUE value IS 240 (94.14% from 255) = 40.47%
R=28.84%
G=30.69%
B=40.47%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1711822400.290.2400.06230.4369.780.59
HexABB6F01D1806e64651
Octal253266360353006346106121
Binary101010111011011011110000111011100001101110011010001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB6F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB6F0; }

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

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

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

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

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

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

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

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