#ABBCF0

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

Shades of Perano #ABBCF0

Tints of Perano #ABBCF0

Color information

#ABBCF0 (or 0xABBCF0) is unknown color: approx Perano. HEX triplet: AB, BC and F0. RGB value is (171,188,240). Sum of RGB (Red+Green+Blue) = 171+188+240=599 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.55% from 599); Green value is 188 (73.83% from 255 or 31.39% from 599); Blue value is 240 (94.14% from 255 or 40.07% from 599); Max value from RGB is 240 - color contains mainly: blue. Hex color #ABBCF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABBCF0 is #54430F. Grayscale: #BCBCBC. Windows color (decimal): -5522192 or 15776939. OLE color: 15776939.

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

Color convert

RGB171188240-
CMYK0.290.2200.06
HSL225.22º69.7%80.59%-
HSV(B)225.22º28.75%94.12%-
XYZ50.5150.9289.6-
YUV188.84156.87115.27-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.55%
GREEN value IS 188 (73.83% from 255) = 31.39%
BLUE value IS 240 (94.14% from 255) = 40.07%
R=28.55%
G=31.39%
B=40.07%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1711882400.290.2200.06225.2269.780.59
HexABBCF01D1606e14651
Octal253274360352606341106121
Binary101010111011110011110000111011011001101110000110001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBCF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBCF0; }

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

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

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

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

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

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

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

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