#ABBCFB

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

Shades of Perano #ABBCFB

Tints of Perano #ABBCFB

Color information

#ABBCFB (or 0xABBCFB) is unknown color: approx Perano. HEX triplet: AB, BC and FB. RGB value is (171,188,251). Sum of RGB (Red+Green+Blue) = 171+188+251=610 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.03% from 610); Green value is 188 (73.83% from 255 or 30.82% from 610); Blue value is 251 (98.44% from 255 or 41.15% from 610); Max value from RGB is 251 - color contains mainly: blue. Hex color #ABBCFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABBCFB is #544304. Grayscale: #BDBDBD. Windows color (decimal): -5522181 or 16497835. OLE color: 16497835.

HSL color Cylindrical-coordinate representation of color #ABBCFB: hue angle of 227.25º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABBCFB is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB171188251-
CMYK0.320.2500.02
HSL227.25º90.91%82.75%-
HSV(B)227.25º31.87%98.43%-
XYZ52.1951.5998.47-
YUV190.1162.37114.38-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.03%
GREEN value IS 188 (73.83% from 255) = 30.82%
BLUE value IS 251 (98.44% from 255) = 41.15%
R=28.03%
G=30.82%
B=41.15%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1711882510.320.2500.02227.2590.9182.75
HexABBCFB201902e35b53
Octal253274373403102343133123
Binary101010111011110011111011100000110010101110001110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBCFB; }

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

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

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

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

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

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

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

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