#ABB8F1

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

Shades of Perano #ABB8F1

Tints of Perano #ABB8F1

Color information

#ABB8F1 (or 0xABB8F1) is unknown color: approx Perano. HEX triplet: AB, B8 and F1. RGB value is (171,184,241). Sum of RGB (Red+Green+Blue) = 171+184+241=596 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.69% from 596); Green value is 184 (72.27% from 255 or 30.87% from 596); Blue value is 241 (94.53% from 255 or 40.44% from 596); Max value from RGB is 241 - color contains mainly: blue. Hex color #ABB8F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABB8F1 is #54470E. Grayscale: #BABABA. Windows color (decimal): -5523215 or 15841451. OLE color: 15841451.

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

Color convert

RGB171184241-
CMYK0.290.2400.05
HSL228.86º71.43%80.78%-
HSV(B)228.86º29.05%94.51%-
XYZ49.8149.2990.11-
YUV186.61158.69116.87-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.69%
GREEN value IS 184 (72.27% from 255) = 30.87%
BLUE value IS 241 (94.53% from 255) = 40.44%
R=28.69%
G=30.87%
B=40.44%

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
Decimal1711842410.290.2400.05228.8671.4380.78
HexABB8F11D1805e54751
Octal253270361353005345107121
Binary101010111011100011110001111011100001011110010110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB8F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB8F1; }

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

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

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

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

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

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

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

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