#ABB0F1

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

Shades of Perano #ABB0F1

Tints of Perano #ABB0F1

Color information

#ABB0F1 (or 0xABB0F1) is unknown color: approx Perano. HEX triplet: AB, B0 and F1. RGB value is (171,176,241). Sum of RGB (Red+Green+Blue) = 171+176+241=588 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.08% from 588); Green value is 176 (69.14% from 255 or 29.93% from 588); Blue value is 241 (94.53% from 255 or 40.99% from 588); Max value from RGB is 241 - color contains mainly: blue. Hex color #ABB0F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABB0F1 is #544F0E. Grayscale: #B5B5B5. Windows color (decimal): -5525263 or 15839403. OLE color: 15839403.

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

Color convert

RGB171176241-
CMYK0.290.2700.05
HSL235.71º71.43%80.78%-
HSV(B)235.71º29.05%94.51%-
XYZ48.246.0689.57-
YUV181.92161.34120.21-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.08%
GREEN value IS 176 (69.14% from 255) = 29.93%
BLUE value IS 241 (94.53% from 255) = 40.99%
R=29.08%
G=29.93%
B=40.99%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1711762410.290.2700.05235.7171.4380.78
HexABB0F11D1B05ec4751
Octal253260361353305354107121
Binary101010111011000011110001111011101101011110110010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB0F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB0F1; }

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

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

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

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

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

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

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

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