#ABB7FA

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

Shades of Perano #ABB7FA

Tints of Perano #ABB7FA

Color information

#ABB7FA (or 0xABB7FA) is unknown color: approx Perano. HEX triplet: AB, B7 and FA. RGB value is (171,183,250). Sum of RGB (Red+Green+Blue) = 171+183+250=604 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.31% from 604); Green value is 183 (71.88% from 255 or 30.30% from 604); Blue value is 250 (98.05% from 255 or 41.39% from 604); Max value from RGB is 250 - color contains mainly: blue. Hex color #ABB7FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABB7FA is #544805. Grayscale: #BABABA. Windows color (decimal): -5523462 or 16431019. OLE color: 16431019.

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

Color convert

RGB171183250-
CMYK0.320.2700.02
HSL230.89º88.76%82.55%-
HSV(B)230.89º31.6%98.04%-
XYZ50.9849.4397.3-
YUV187.05163.52116.55-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.31%
GREEN value IS 183 (71.88% from 255) = 30.30%
BLUE value IS 250 (98.05% from 255) = 41.39%
R=28.31%
G=30.30%
B=41.39%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1711832500.320.2700.02230.8988.7682.55
HexABB7FA201B02e75953
Octal253267372403302347131123
Binary101010111011011111111010100000110110101110011110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB7FA; }

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

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

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

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

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

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

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

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