#ABBAFF

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

Shades of Perano #ABBAFF

Tints of Perano #ABBAFF

Color information

#ABBAFF (or 0xABBAFF) is unknown color: approx Perano. HEX triplet: AB, BA and FF. RGB value is (171,186,255). Sum of RGB (Red+Green+Blue) = 171+186+255=612 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.94% from 612); Green value is 186 (73.05% from 255 or 30.39% from 612); Blue value is 255 (100% from 255 or 41.67% from 612); Max value from RGB is 255 - color contains mainly: blue. Hex color #ABBAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABBAFF is #544500. Grayscale: #BDBDBD. Windows color (decimal): -5522689 or 16759467. OLE color: 16759467.

HSL color Cylindrical-coordinate representation of color #ABBAFF: hue angle of 229.29º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABBAFF is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB171186255-
CMYK0.330.2700
HSL229.29º100%83.53%-
HSV(B)229.29º32.94%100%-
XYZ52.451101.69-
YUV189.38165.03114.89-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.94%
GREEN value IS 186 (73.05% from 255) = 30.39%
BLUE value IS 255 (100% from 255) = 41.67%
R=27.94%
G=30.39%
B=41.67%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1711862550.330.2700229.2910083.53
HexABBAFF211B00e56454
Octal253272377413300345144124
Binary10101011101110101111111110000111011001110010111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBAFF; }

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

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

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

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

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

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

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

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