#ABBBEC

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

Shades of Perano #ABBBEC

Tints of Perano #ABBBEC

Color information

#ABBBEC (or 0xABBBEC) is unknown color: approx Perano. HEX triplet: AB, BB and EC. RGB value is (171,187,236). Sum of RGB (Red+Green+Blue) = 171+187+236=594 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.79% from 594); Green value is 187 (73.44% from 255 or 31.48% from 594); Blue value is 236 (92.58% from 255 or 39.73% from 594); Max value from RGB is 236 - color contains mainly: blue. Hex color #ABBBEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABBBEC is #544413. Grayscale: #BBBBBB. Windows color (decimal): -5522452 or 15514539. OLE color: 15514539.

HSL color Cylindrical-coordinate representation of color #ABBBEC: hue angle of 225.23º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABBBEC is Cyan = 0.28, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB171187236-
CMYK0.280.2100.07
HSL225.23º63.11%79.8%-
HSV(B)225.23º27.54%92.55%-
XYZ49.7150.2586.44-
YUV187.8155.2116.02-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.79%
GREEN value IS 187 (73.44% from 255) = 31.48%
BLUE value IS 236 (92.58% from 255) = 39.73%
R=28.79%
G=31.48%
B=39.73%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1711872360.280.2100.07225.2363.1179.8
HexABBBEC1C1507e13f50
Octal25327335434250734177120
Binary10101011101110111110110011100101010111111000011111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBBEC; }

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

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

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

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

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

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

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

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