#ABBFFF

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

Shades of Perano #ABBFFF

Tints of Perano #ABBFFF

Color information

#ABBFFF (or 0xABBFFF) is unknown color: approx Perano. HEX triplet: AB, BF and FF. RGB value is (171,191,255). Sum of RGB (Red+Green+Blue) = 171+191+255=617 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.71% from 617); Green value is 191 (75% from 255 or 30.96% from 617); Blue value is 255 (100% from 255 or 41.33% from 617); Max value from RGB is 255 - color contains mainly: blue. Hex color #ABBFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABBFFF is #544000. Grayscale: #C0C0C0. Windows color (decimal): -5521409 or 16760747. OLE color: 16760747.

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

Color convert

RGB171191255-
CMYK0.330.2500
HSL225.71º100%83.53%-
HSV(B)225.71º32.94%100%-
XYZ53.4853.14102.05-
YUV192.32163.37112.8-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.71%
GREEN value IS 191 (75% from 255) = 30.96%
BLUE value IS 255 (100% from 255) = 41.33%
R=27.71%
G=30.96%
B=41.33%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1711912550.330.2500225.7110083.53
HexABBFFF211900e26454
Octal253277377413100342144124
Binary10101011101111111111111110000111001001110001011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBFFF; }

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

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

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

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

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

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

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

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