#ACB8ED

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

Shades of Perano #ACB8ED

Tints of Perano #ACB8ED

Color information

#ACB8ED (or 0xACB8ED) is unknown color: approx Perano. HEX triplet: AC, B8 and ED. RGB value is (172,184,237). Sum of RGB (Red+Green+Blue) = 172+184+237=593 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.01% from 593); Green value is 184 (72.27% from 255 or 31.03% from 593); Blue value is 237 (92.97% from 255 or 39.97% from 593); Max value from RGB is 237 - color contains mainly: blue. Hex color #ACB8ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB8ED is #534712. Grayscale: #BABABA. Windows color (decimal): -5457683 or 15579308. OLE color: 15579308.

HSL color Cylindrical-coordinate representation of color #ACB8ED: hue angle of 228.92º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACB8ED is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB172184237-
CMYK0.270.2200.07
HSL228.92º64.36%80.2%-
HSV(B)228.92º27.43%92.94%-
XYZ49.4449.1787.01-
YUV186.45156.52117.69-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.01%
GREEN value IS 184 (72.27% from 255) = 31.03%
BLUE value IS 237 (92.97% from 255) = 39.97%
R=29.01%
G=31.03%
B=39.97%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1721842370.270.2200.07228.9264.3680.2
HexACB8ED1B1607e54050
Octal254270355332607345100120
Binary101011001011100011101101110111011001111110010110000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB8ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB8ED; }

 p { color: rgb(172,184,237); }

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

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

 a { background-color: rgb(172,184,237); }

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

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

 span { border-color: rgb(172,184,237); }

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