#ACB0ED

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

Shades of Perano #ACB0ED

Tints of Perano #ACB0ED

Color information

#ACB0ED (or 0xACB0ED) is unknown color: approx Perano. HEX triplet: AC, B0 and ED. RGB value is (172,176,237). Sum of RGB (Red+Green+Blue) = 172+176+237=585 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.40% from 585); Green value is 176 (69.14% from 255 or 30.09% from 585); Blue value is 237 (92.97% from 255 or 40.51% from 585); Max value from RGB is 237 - color contains mainly: blue. Hex color #ACB0ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACB0ED is #534F12. Grayscale: #B5B5B5. Windows color (decimal): -5459731 or 15577260. OLE color: 15577260.

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

Color convert

RGB172176237-
CMYK0.270.2600.07
HSL236.31º64.36%80.2%-
HSV(B)236.31º27.43%92.94%-
XYZ47.8245.9486.47-
YUV181.76159.17121.04-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.40%
GREEN value IS 176 (69.14% from 255) = 30.09%
BLUE value IS 237 (92.97% from 255) = 40.51%
R=29.40%
G=30.09%
B=40.51%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1721762370.270.2600.07236.3164.3680.2
HexACB0ED1B1A07ec4050
Octal254260355333207354100120
Binary101011001011000011101101110111101001111110110010000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB0ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB0ED; }

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

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

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

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

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

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

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

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