#ABAEE4

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

Shades of Perano #ABAEE4

Tints of Perano #ABAEE4

Color information

#ABAEE4 (or 0xABAEE4) is unknown color: approx Perano. HEX triplet: AB, AE and E4. RGB value is (171,174,228). Sum of RGB (Red+Green+Blue) = 171+174+228=573 (75% of max value = 765). Red value is 171 (67.19% from 255 or 29.84% from 573); Green value is 174 (68.36% from 255 or 30.37% from 573); Blue value is 228 (89.45% from 255 or 39.79% from 573); Max value from RGB is 228 - color contains mainly: blue. Hex color #ABAEE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABAEE4 is #54511B. Grayscale: #B3B3B3. Windows color (decimal): -5525788 or 14986923. OLE color: 14986923.

HSL color Cylindrical-coordinate representation of color #ABAEE4: hue angle of 236.84º degrees, saturation: 0.51, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ABAEE4 is Cyan = 0.25, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB171174228-
CMYK0.250.2400.11
HSL236.84º51.35%78.24%-
HSV(B)236.84º25%89.41%-
XYZ45.9344.5379.57-
YUV179.26155.51122.11-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.84%
GREEN value IS 174 (68.36% from 255) = 30.37%
BLUE value IS 228 (89.45% from 255) = 39.79%
R=29.84%
G=30.37%
B=39.79%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1711742280.250.2400.11236.8451.3578.24
HexABAEE419180Bed334e
Octal253256344313001335563116
Binary101010111010111011100100110011100001011111011011100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAEE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAEE4; }

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

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

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

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

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

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

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

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