#ABBCEB

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

Shades of Perano #ABBCEB

Tints of Perano #ABBCEB

Color information

#ABBCEB (or 0xABBCEB) is unknown color: approx Perano. HEX triplet: AB, BC and EB. RGB value is (171,188,235). Sum of RGB (Red+Green+Blue) = 171+188+235=594 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.79% from 594); Green value is 188 (73.83% from 255 or 31.65% from 594); Blue value is 235 (92.19% from 255 or 39.56% from 594); Max value from RGB is 235 - color contains mainly: blue. Hex color #ABBCEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABBCEB is #544314. Grayscale: #BCBCBC. Windows color (decimal): -5522197 or 15449259. OLE color: 15449259.

HSL color Cylindrical-coordinate representation of color #ABBCEB: hue angle of 224.06º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ABBCEB is Cyan = 0.27, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB171188235-
CMYK0.270.200.08
HSL224.06º61.54%79.61%-
HSV(B)224.06º27.23%92.16%-
XYZ49.7750.6285.75-
YUV188.27154.37115.68-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.79%
GREEN value IS 188 (73.83% from 255) = 31.65%
BLUE value IS 235 (92.19% from 255) = 39.56%
R=28.79%
G=31.65%
B=39.56%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1711882350.270.200.08224.0661.5479.61
HexABBCEB1B1408e03e50
Octal253274353332401034076120
Binary101010111011110011101011110111010001000111000001111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBCEB; }

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

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

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

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

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

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

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

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