#ABB6FA

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

Shades of Perano #ABB6FA

Tints of Perano #ABB6FA

Color information

#ABB6FA (or 0xABB6FA) is unknown color: approx Perano. HEX triplet: AB, B6 and FA. RGB value is (171,182,250). Sum of RGB (Red+Green+Blue) = 171+182+250=603 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.36% from 603); Green value is 182 (71.48% from 255 or 30.18% from 603); Blue value is 250 (98.05% from 255 or 41.46% from 603); Max value from RGB is 250 - color contains mainly: blue. Hex color #ABB6FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABB6FA is #544905. Grayscale: #BABABA. Windows color (decimal): -5523718 or 16430763. OLE color: 16430763.

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

Color convert

RGB171182250-
CMYK0.320.2700.02
HSL231.65º88.76%82.55%-
HSV(B)231.65º31.6%98.04%-
XYZ50.7849.0297.23-
YUV186.46163.86116.97-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.36%
GREEN value IS 182 (71.48% from 255) = 30.18%
BLUE value IS 250 (98.05% from 255) = 41.46%
R=28.36%
G=30.18%
B=41.46%

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
Decimal1711822500.320.2700.02231.6588.7682.55
HexABB6FA201B02e85953
Octal253266372403302350131123
Binary101010111011011011111010100000110110101110100010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB6FA; }

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

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

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

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

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

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

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

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