#ABB0EF

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

Shades of Perano #ABB0EF

Tints of Perano #ABB0EF

Color information

#ABB0EF (or 0xABB0EF) is unknown color: approx Perano. HEX triplet: AB, B0 and EF. RGB value is (171,176,239). Sum of RGB (Red+Green+Blue) = 171+176+239=586 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.18% from 586); Green value is 176 (69.14% from 255 or 30.03% from 586); Blue value is 239 (93.75% from 255 or 40.78% from 586); Max value from RGB is 239 - color contains mainly: blue. Hex color #ABB0EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABB0EF is #544F10. Grayscale: #B5B5B5. Windows color (decimal): -5525265 or 15708331. OLE color: 15708331.

HSL color Cylindrical-coordinate representation of color #ABB0EF: hue angle of 235.59º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABB0EF is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB171176239-
CMYK0.280.2600.06
HSL235.59º68%80.39%-
HSV(B)235.59º28.45%93.73%-
XYZ47.945.9488-
YUV181.69160.34120.38-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.18%
GREEN value IS 176 (69.14% from 255) = 30.03%
BLUE value IS 239 (93.75% from 255) = 40.78%
R=29.18%
G=30.03%
B=40.78%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1711762390.280.2600.06235.596880.39
HexABB0EF1C1A06ec4450
Octal253260357343206354104120
Binary101010111011000011101111111001101001101110110010001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB0EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB0EF; }

 p { color: rgb(171,176,239); }

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

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

 a { background-color: rgb(171,176,239); }

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

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

 span { border-color: rgb(171,176,239); }

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