#ACAEFE

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

Shades of Perano #ACAEFE

Tints of Perano #ACAEFE

Color information

#ACAEFE (or 0xACAEFE) is unknown color: approx Perano. HEX triplet: AC, AE and FE. RGB value is (172,174,254). Sum of RGB (Red+Green+Blue) = 172+174+254=600 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.67% from 600); Green value is 174 (68.36% from 255 or 29% from 600); Blue value is 254 (99.61% from 255 or 42.33% from 600); Max value from RGB is 254 - color contains mainly: blue. Hex color #ACAEFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACAEFE is #535101. Grayscale: #B6B6B6. Windows color (decimal): -5460226 or 16690860. OLE color: 16690860.

HSL color Cylindrical-coordinate representation of color #ACAEFE: hue angle of 238.54º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACAEFE is Cyan = 0.32, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB172174254-
CMYK0.320.3100.00
HSL238.54º97.62%83.53%-
HSV(B)238.54º32.28%99.61%-
XYZ50.0446.2100.05-
YUV182.52168.34120.5-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.67%
GREEN value IS 174 (68.36% from 255) = 29%
BLUE value IS 254 (99.61% from 255) = 42.33%
R=28.67%
G=29%
B=42.33%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1721742540.320.3100.00238.5497.6283.53
HexACAEFE201F00ef6254
Octal254256376403700357142124
Binary10101100101011101111111010000011111001110111111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAEFE; }

 p { color: rgb(172,174,254); }

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

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

 a { background-color: rgb(172,174,254); }

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

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

 span { border-color: rgb(172,174,254); }

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