#ACBEEA

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

Shades of Perano #ACBEEA

Tints of Perano #ACBEEA

Color information

#ACBEEA (or 0xACBEEA) is unknown color: approx Perano. HEX triplet: AC, BE and EA. RGB value is (172,190,234). Sum of RGB (Red+Green+Blue) = 172+190+234=596 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.86% from 596); Green value is 190 (74.61% from 255 or 31.88% from 596); Blue value is 234 (91.80% from 255 or 39.26% from 596); Max value from RGB is 234 - color contains mainly: blue. Hex color #ACBEEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACBEEA is #534115. Grayscale: #BDBDBD. Windows color (decimal): -5456150 or 15384236. OLE color: 15384236.

HSL color Cylindrical-coordinate representation of color #ACBEEA: hue angle of 222.58º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACBEEA is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB172190234-
CMYK0.260.1900.08
HSL222.58º59.62%79.61%-
HSV(B)222.58º26.5%91.76%-
XYZ50.2851.5485.14-
YUV189.63153.04115.42-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.86%
GREEN value IS 190 (74.61% from 255) = 31.88%
BLUE value IS 234 (91.80% from 255) = 39.26%
R=28.86%
G=31.88%
B=39.26%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1721902340.260.1900.08222.5859.6279.61
HexACBEEA1A1308df3c50
Octal254276352322301033774120
Binary101011001011111011101010110101001101000110111111111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBEEA; }

 p { color: rgb(172,190,234); }

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

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

 a { background-color: rgb(172,190,234); }

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

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

 span { border-color: rgb(172,190,234); }

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