#ABAEDF

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

Shades of Perano #ABAEDF

Tints of Perano #ABAEDF

Color information

#ABAEDF (or 0xABAEDF) is unknown color: approx Perano. HEX triplet: AB, AE and DF. RGB value is (171,174,223). Sum of RGB (Red+Green+Blue) = 171+174+223=568 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.11% from 568); Green value is 174 (68.36% from 255 or 30.63% from 568); Blue value is 223 (87.5% from 255 or 39.26% from 568); Max value from RGB is 223 - color contains mainly: blue. Hex color #ABAEDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABAEDF is #545120. Grayscale: #B2B2B2. Windows color (decimal): -5525793 or 14659243. OLE color: 14659243.

HSL color Cylindrical-coordinate representation of color #ABAEDF: hue angle of 236.54º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ABAEDF is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB171174223-
CMYK0.230.2200.13
HSL236.54º44.83%77.25%-
HSV(B)236.54º23.32%87.45%-
XYZ45.2544.2675.97-
YUV178.69153.01122.52-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.11%
GREEN value IS 174 (68.36% from 255) = 30.63%
BLUE value IS 223 (87.5% from 255) = 39.26%
R=30.11%
G=30.63%
B=39.26%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1711742230.230.2200.13236.5444.8377.25
HexABAEDF17160Ded2d4d
Octal253256337272601535555115
Binary101010111010111011011111101111011001101111011011011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAEDF; }

 p { color: rgb(171,174,223); }

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

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

 a { background-color: rgb(171,174,223); }

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

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

 span { border-color: rgb(171,174,223); }

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