#ACBEEB

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

Shades of Perano #ACBEEB

Tints of Perano #ACBEEB

Color information

#ACBEEB (or 0xACBEEB) is unknown color: approx Perano. HEX triplet: AC, BE and EB. RGB value is (172,190,235). Sum of RGB (Red+Green+Blue) = 172+190+235=597 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.81% from 597); Green value is 190 (74.61% from 255 or 31.83% from 597); Blue value is 235 (92.19% from 255 or 39.36% from 597); Max value from RGB is 235 - color contains mainly: blue. Hex color #ACBEEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACBEEB is #534114. Grayscale: #BDBDBD. Windows color (decimal): -5456149 or 15449772. OLE color: 15449772.

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

Color convert

RGB172190235-
CMYK0.270.1900.08
HSL222.86º61.17%79.8%-
HSV(B)222.86º26.81%92.16%-
XYZ50.4251.685.9-
YUV189.75153.54115.34-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.81%
GREEN value IS 190 (74.61% from 255) = 31.83%
BLUE value IS 235 (92.19% from 255) = 39.36%
R=28.81%
G=31.83%
B=39.36%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1721902350.270.1900.08222.8661.1779.8
HexACBEEB1B1308df3d50
Octal254276353332301033775120
Binary101011001011111011101011110111001101000110111111111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBEEB; }

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

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

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

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

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

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

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

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