#ABB6F9

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

Shades of Perano #ABB6F9

Tints of Perano #ABB6F9

Color information

#ABB6F9 (or 0xABB6F9) is unknown color: approx Perano. HEX triplet: AB, B6 and F9. RGB value is (171,182,249). Sum of RGB (Red+Green+Blue) = 171+182+249=602 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.41% from 602); Green value is 182 (71.48% from 255 or 30.23% from 602); Blue value is 249 (97.66% from 255 or 41.36% from 602); Max value from RGB is 249 - color contains mainly: blue. Hex color #ABB6F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABB6F9 is #544906. Grayscale: #BABABA. Windows color (decimal): -5523719 or 16365227. OLE color: 16365227.

HSL color Cylindrical-coordinate representation of color #ABB6F9: hue angle of 231.54º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ABB6F9 is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB171182249-
CMYK0.310.2700.02
HSL231.54º86.67%82.35%-
HSV(B)231.54º31.33%97.65%-
XYZ50.6248.9596.4-
YUV186.35163.36117.05-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.41%
GREEN value IS 182 (71.48% from 255) = 30.23%
BLUE value IS 249 (97.66% from 255) = 41.36%
R=28.41%
G=30.23%
B=41.36%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1711822490.310.2700.02231.5486.6782.35
HexABB6F91F1B02e85752
Octal253266371373302350127122
Binary10101011101101101111100111111110110101110100010101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB6F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB6F9; }

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

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

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

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

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

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

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

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