#ABB5F1

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

Shades of Perano #ABB5F1

Tints of Perano #ABB5F1

Color information

#ABB5F1 (or 0xABB5F1) is unknown color: approx Perano. HEX triplet: AB, B5 and F1. RGB value is (171,181,241). Sum of RGB (Red+Green+Blue) = 171+181+241=593 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.84% from 593); Green value is 181 (71.09% from 255 or 30.52% from 593); Blue value is 241 (94.53% from 255 or 40.64% from 593); Max value from RGB is 241 - color contains mainly: blue. Hex color #ABB5F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABB5F1 is #544A0E. Grayscale: #B8B8B8. Windows color (decimal): -5523983 or 15840683. OLE color: 15840683.

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

Color convert

RGB171181241-
CMYK0.290.2500.05
HSL231.43º71.43%80.78%-
HSV(B)231.43º29.05%94.51%-
XYZ49.248.0689.9-
YUV184.85159.69118.12-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.84%
GREEN value IS 181 (71.09% from 255) = 30.52%
BLUE value IS 241 (94.53% from 255) = 40.64%
R=28.84%
G=30.52%
B=40.64%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1711812410.290.2500.05231.4371.4380.78
HexABB5F11D1905e74751
Octal253265361353105347107121
Binary101010111011010111110001111011100101011110011110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB5F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB5F1; }

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

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

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

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

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

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

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

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