#ABB7F1

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

Shades of Perano #ABB7F1

Tints of Perano #ABB7F1

Color information

#ABB7F1 (or 0xABB7F1) is unknown color: approx Perano. HEX triplet: AB, B7 and F1. RGB value is (171,183,241). Sum of RGB (Red+Green+Blue) = 171+183+241=595 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.74% from 595); Green value is 183 (71.88% from 255 or 30.76% from 595); Blue value is 241 (94.53% from 255 or 40.50% from 595); Max value from RGB is 241 - color contains mainly: blue. Hex color #ABB7F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABB7F1 is #54480E. Grayscale: #B9B9B9. Windows color (decimal): -5523471 or 15841195. OLE color: 15841195.

HSL color Cylindrical-coordinate representation of color #ABB7F1: hue angle of 229.71º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABB7F1 is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB171183241-
CMYK0.290.2400.05
HSL229.71º71.43%80.78%-
HSV(B)229.71º29.05%94.51%-
XYZ49.6148.8890.04-
YUV186.02159.02117.28-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.74%
GREEN value IS 183 (71.88% from 255) = 30.76%
BLUE value IS 241 (94.53% from 255) = 40.50%
R=28.74%
G=30.76%
B=40.50%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1711832410.290.2400.05229.7171.4380.78
HexABB7F11D1805e64751
Octal253267361353005346107121
Binary101010111011011111110001111011100001011110011010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB7F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB7F1; }

 p { color: rgb(171,183,241); }

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

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

 a { background-color: rgb(171,183,241); }

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

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

 span { border-color: rgb(171,183,241); }

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