#ABBCFA

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

Shades of Perano #ABBCFA

Tints of Perano #ABBCFA

Color information

#ABBCFA (or 0xABBCFA) is unknown color: approx Perano. HEX triplet: AB, BC and FA. RGB value is (171,188,250). Sum of RGB (Red+Green+Blue) = 171+188+250=609 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.08% from 609); Green value is 188 (73.83% from 255 or 30.87% from 609); Blue value is 250 (98.05% from 255 or 41.05% from 609); Max value from RGB is 250 - color contains mainly: blue. Hex color #ABBCFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABBCFA is #544305. Grayscale: #BDBDBD. Windows color (decimal): -5522182 or 16432299. OLE color: 16432299.

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

Color convert

RGB171188250-
CMYK0.320.2500.02
HSL227.09º88.76%82.55%-
HSV(B)227.09º31.6%98.04%-
XYZ52.0351.5397.65-
YUV189.98161.87114.46-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.08%
GREEN value IS 188 (73.83% from 255) = 30.87%
BLUE value IS 250 (98.05% from 255) = 41.05%
R=28.08%
G=30.87%
B=41.05%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1711882500.320.2500.02227.0988.7682.55
HexABBCFA201902e35953
Octal253274372403102343131123
Binary101010111011110011111010100000110010101110001110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBCFA; }

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

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

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

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

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

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

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

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