#ABBAFD

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

Shades of Perano #ABBAFD

Tints of Perano #ABBAFD

Color information

#ABBAFD (or 0xABBAFD) is unknown color: approx Perano. HEX triplet: AB, BA and FD. RGB value is (171,186,253). Sum of RGB (Red+Green+Blue) = 171+186+253=610 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.03% from 610); Green value is 186 (73.05% from 255 or 30.49% from 610); Blue value is 253 (99.22% from 255 or 41.48% from 610); Max value from RGB is 253 - color contains mainly: blue. Hex color #ABBAFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABBAFD is #544502. Grayscale: #BCBCBC. Windows color (decimal): -5522691 or 16628395. OLE color: 16628395.

HSL color Cylindrical-coordinate representation of color #ABBAFD: hue angle of 229.02º degrees, saturation: 0.95, 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 #ABBAFD is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB171186253-
CMYK0.320.2600.01
HSL229.02º95.35%83.14%-
HSV(B)229.02º32.41%99.22%-
XYZ52.0850.87100-
YUV189.15164.03115.05-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.03%
GREEN value IS 186 (73.05% from 255) = 30.49%
BLUE value IS 253 (99.22% from 255) = 41.48%
R=28.03%
G=30.49%
B=41.48%

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
Decimal1711862530.320.2600.01229.0295.3583.14
HexABBAFD201A01e55f53
Octal253272375403201345137123
Binary10101011101110101111110110000011010011110010110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBAFD; }

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

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

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

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

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

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

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

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