#ABBCF5

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

Shades of Perano #ABBCF5

Tints of Perano #ABBCF5

Color information

#ABBCF5 (or 0xABBCF5) is unknown color: approx Perano. HEX triplet: AB, BC and F5. RGB value is (171,188,245). Sum of RGB (Red+Green+Blue) = 171+188+245=604 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.31% from 604); Green value is 188 (73.83% from 255 or 31.13% from 604); Blue value is 245 (96.09% from 255 or 40.56% from 604); Max value from RGB is 245 - color contains mainly: blue. Hex color #ABBCF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABBCF5 is #54430A. Grayscale: #BDBDBD. Windows color (decimal): -5522187 or 16104619. OLE color: 16104619.

HSL color Cylindrical-coordinate representation of color #ABBCF5: hue angle of 226.22º degrees, saturation: 0.79, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABBCF5 is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB171188245-
CMYK0.300.2300.04
HSL226.22º78.72%81.57%-
HSV(B)226.22º30.2%96.08%-
XYZ51.2651.2293.57-
YUV189.42159.37114.87-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.31%
GREEN value IS 188 (73.83% from 255) = 31.13%
BLUE value IS 245 (96.09% from 255) = 40.56%
R=28.31%
G=31.13%
B=40.56%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1711882450.300.2300.04226.2278.7281.57
HexABBCF51E1704e24f52
Octal253274365362704342117122
Binary101010111011110011110101111101011101001110001010011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBCF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBCF5; }

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

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

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

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

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

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

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

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