#ABBAFC

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

Shades of Perano #ABBAFC

Tints of Perano #ABBAFC

Color information

#ABBAFC (or 0xABBAFC) is unknown color: approx Perano. HEX triplet: AB, BA and FC. RGB value is (171,186,252). Sum of RGB (Red+Green+Blue) = 171+186+252=609 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.08% from 609); Green value is 186 (73.05% from 255 or 30.54% from 609); Blue value is 252 (98.83% from 255 or 41.38% from 609); Max value from RGB is 252 - color contains mainly: blue. Hex color #ABBAFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABBAFC is #544503. Grayscale: #BCBCBC. Windows color (decimal): -5522692 or 16562859. OLE color: 16562859.

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

Color convert

RGB171186252-
CMYK0.320.2600.01
HSL228.89º93.1%82.94%-
HSV(B)228.89º32.14%98.82%-
XYZ51.9250.899.16-
YUV189.04163.53115.13-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.08%
GREEN value IS 186 (73.05% from 255) = 30.54%
BLUE value IS 252 (98.83% from 255) = 41.38%
R=28.08%
G=30.54%
B=41.38%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1711862520.320.2600.01228.8993.182.94
HexABBAFC201A01e55d53
Octal253272374403201345135123
Binary10101011101110101111110010000011010011110010110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBAFC; }

 p { color: rgb(171,186,252); }

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

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

 a { background-color: rgb(171,186,252); }

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

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

 span { border-color: rgb(171,186,252); }

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