#ACBFEA

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

Shades of Perano #ACBFEA

Tints of Perano #ACBFEA

Color information

#ACBFEA (or 0xACBFEA) is unknown color: approx Perano. HEX triplet: AC, BF and EA. RGB value is (172,191,234). Sum of RGB (Red+Green+Blue) = 172+191+234=597 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.81% from 597); Green value is 191 (75% from 255 or 31.99% from 597); Blue value is 234 (91.80% from 255 or 39.20% from 597); Max value from RGB is 234 - color contains mainly: blue. Hex color #ACBFEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACBFEA is #534015. Grayscale: #BEBEBE. Windows color (decimal): -5455894 or 15384492. OLE color: 15384492.

HSL color Cylindrical-coordinate representation of color #ACBFEA: hue angle of 221.61º 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 #ACBFEA is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB172191234-
CMYK0.260.1800.08
HSL221.61º59.62%79.61%-
HSV(B)221.61º26.5%91.76%-
XYZ50.551.9785.21-
YUV190.22152.71115-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.81%
GREEN value IS 191 (75% from 255) = 31.99%
BLUE value IS 234 (91.80% from 255) = 39.20%
R=28.81%
G=31.99%
B=39.20%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1721912340.260.1800.08221.6159.6279.61
HexACBFEA1A1208de3c50
Octal254277352322201033674120
Binary101011001011111111101010110101001001000110111101111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBFEA; }

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

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

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

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

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

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

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

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