#ABBDF0

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

Shades of Perano #ABBDF0

Tints of Perano #ABBDF0

Color information

#ABBDF0 (or 0xABBDF0) is unknown color: approx Perano. HEX triplet: AB, BD and F0. RGB value is (171,189,240). Sum of RGB (Red+Green+Blue) = 171+189+240=600 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.5% from 600); Green value is 189 (74.22% from 255 or 31.5% from 600); Blue value is 240 (94.14% from 255 or 40% from 600); Max value from RGB is 240 - color contains mainly: blue. Hex color #ABBDF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABBDF0 is #54420F. Grayscale: #BDBDBD. Windows color (decimal): -5521936 or 15777195. OLE color: 15777195.

HSL color Cylindrical-coordinate representation of color #ABBDF0: hue angle of 224.35º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABBDF0 is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB171189240-
CMYK0.290.2100.06
HSL224.35º69.7%80.59%-
HSV(B)224.35º28.75%94.12%-
XYZ50.7251.3489.68-
YUV189.43156.54114.85-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.5%
GREEN value IS 189 (74.22% from 255) = 31.5%
BLUE value IS 240 (94.14% from 255) = 40%
R=28.5%
G=31.5%
B=40%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1711892400.290.2100.06224.3569.780.59
HexABBDF01D1506e04651
Octal253275360352506340106121
Binary101010111011110111110000111011010101101110000010001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBDF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBDF0; }

 p { color: rgb(171,189,240); }

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

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

 a { background-color: rgb(171,189,240); }

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

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

 span { border-color: rgb(171,189,240); }

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