#ABBBF6

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

Shades of Perano #ABBBF6

Tints of Perano #ABBBF6

Color information

#ABBBF6 (or 0xABBBF6) is unknown color: approx Perano. HEX triplet: AB, BB and F6. RGB value is (171,187,246). Sum of RGB (Red+Green+Blue) = 171+187+246=604 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.31% from 604); Green value is 187 (73.44% from 255 or 30.96% from 604); Blue value is 246 (96.48% from 255 or 40.73% from 604); Max value from RGB is 246 - color contains mainly: blue. Hex color #ABBBF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABBBF6 is #544409. Grayscale: #BCBCBC. Windows color (decimal): -5522442 or 16169899. OLE color: 16169899.

HSL color Cylindrical-coordinate representation of color #ABBBF6: hue angle of 227.2º degrees, saturation: 0.81, 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 #ABBBF6 is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB171187246-
CMYK0.300.2400.04
HSL227.2º80.65%81.76%-
HSV(B)227.2º30.49%96.47%-
XYZ51.250.8594.31-
YUV188.94160.2115.2-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.31%
GREEN value IS 187 (73.44% from 255) = 30.96%
BLUE value IS 246 (96.48% from 255) = 40.73%
R=28.31%
G=30.96%
B=40.73%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1711872460.300.2400.04227.280.6581.76
HexABBBF61E1804e35152
Octal253273366363004343121122
Binary101010111011101111110110111101100001001110001110100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBBF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBBF6; }

 p { color: rgb(171,187,246); }

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

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

 a { background-color: rgb(171,187,246); }

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

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

 span { border-color: rgb(171,187,246); }

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