#ACB4ED

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

Shades of Perano #ACB4ED

Tints of Perano #ACB4ED

Color information

#ACB4ED (or 0xACB4ED) is unknown color: approx Perano. HEX triplet: AC, B4 and ED. RGB value is (172,180,237). Sum of RGB (Red+Green+Blue) = 172+180+237=589 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.20% from 589); Green value is 180 (70.70% from 255 or 30.56% from 589); Blue value is 237 (92.97% from 255 or 40.24% from 589); Max value from RGB is 237 - color contains mainly: blue. Hex color #ACB4ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB4ED is #534B12. Grayscale: #B7B7B7. Windows color (decimal): -5458707 or 15578284. OLE color: 15578284.

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

Color convert

RGB172180237-
CMYK0.270.2400.07
HSL232.62º64.36%80.2%-
HSV(B)232.62º27.43%92.94%-
XYZ48.6247.5386.73-
YUV184.11157.85119.37-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.20%
GREEN value IS 180 (70.70% from 255) = 30.56%
BLUE value IS 237 (92.97% from 255) = 40.24%
R=29.20%
G=30.56%
B=40.24%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1721802370.270.2400.07232.6264.3680.2
HexACB4ED1B1807e94050
Octal254264355333007351100120
Binary101011001011010011101101110111100001111110100110000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB4ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB4ED; }

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

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

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

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

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

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

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

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