#ABAEDA

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

Shades of Perano #ABAEDA

Tints of Perano #ABAEDA

Color information

#ABAEDA (or 0xABAEDA) is unknown color: approx Perano. HEX triplet: AB, AE and DA. RGB value is (171,174,218). Sum of RGB (Red+Green+Blue) = 171+174+218=563 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.37% from 563); Green value is 174 (68.36% from 255 or 30.91% from 563); Blue value is 218 (85.55% from 255 or 38.72% from 563); Max value from RGB is 218 - color contains mainly: blue. Hex color #ABAEDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABAEDA is #545125. Grayscale: #B1B1B1. Windows color (decimal): -5525798 or 14331563. OLE color: 14331563.

HSL color Cylindrical-coordinate representation of color #ABAEDA: hue angle of 236.17º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ABAEDA is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB171174218-
CMYK0.220.2000.15
HSL236.17º38.84%76.27%-
HSV(B)236.17º21.56%85.49%-
XYZ44.5943.9972.47-
YUV178.12150.51122.92-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.37%
GREEN value IS 174 (68.36% from 255) = 30.91%
BLUE value IS 218 (85.55% from 255) = 38.72%
R=30.37%
G=30.91%
B=38.72%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1711742180.220.2000.15236.1738.8476.27
HexABAEDA16140Fec274c
Octal253256332262401735447114
Binary101010111010111011011010101101010001111111011001001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAEDA; }

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

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

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

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

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

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

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

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