#ABB8FA

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

Shades of Perano #ABB8FA

Tints of Perano #ABB8FA

Color information

#ABB8FA (or 0xABB8FA) is unknown color: approx Perano. HEX triplet: AB, B8 and FA. RGB value is (171,184,250). Sum of RGB (Red+Green+Blue) = 171+184+250=605 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.26% from 605); Green value is 184 (72.27% from 255 or 30.41% from 605); Blue value is 250 (98.05% from 255 or 41.32% from 605); Max value from RGB is 250 - color contains mainly: blue. Hex color #ABB8FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABB8FA is #544705. Grayscale: #BBBBBB. Windows color (decimal): -5523206 or 16431275. OLE color: 16431275.

HSL color Cylindrical-coordinate representation of color #ABB8FA: hue angle of 230.13º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABB8FA is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB171184250-
CMYK0.320.2600.02
HSL230.13º88.76%82.55%-
HSV(B)230.13º31.6%98.04%-
XYZ51.1949.8497.36-
YUV187.64163.19116.13-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.26%
GREEN value IS 184 (72.27% from 255) = 30.41%
BLUE value IS 250 (98.05% from 255) = 41.32%
R=28.26%
G=30.41%
B=41.32%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1711842500.320.2600.02230.1388.7682.55
HexABB8FA201A02e65953
Octal253270372403202346131123
Binary101010111011100011111010100000110100101110011010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB8FA; }

 p { color: rgb(171,184,250); }

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

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

 a { background-color: rgb(171,184,250); }

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

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

 span { border-color: rgb(171,184,250); }

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