#ACB3ED

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

Shades of Perano #ACB3ED

Tints of Perano #ACB3ED

Color information

#ACB3ED (or 0xACB3ED) is unknown color: approx Perano. HEX triplet: AC, B3 and ED. RGB value is (172,179,237). Sum of RGB (Red+Green+Blue) = 172+179+237=588 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.25% from 588); Green value is 179 (70.31% from 255 or 30.44% from 588); Blue value is 237 (92.97% from 255 or 40.31% from 588); Max value from RGB is 237 - color contains mainly: blue. Hex color #ACB3ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB3ED is #534C12. Grayscale: #B7B7B7. Windows color (decimal): -5458963 or 15578028. OLE color: 15578028.

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

Color convert

RGB172179237-
CMYK0.270.2400.07
HSL233.54º64.36%80.2%-
HSV(B)233.54º27.43%92.94%-
XYZ48.4247.1386.66-
YUV183.52158.18119.78-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.25%
GREEN value IS 179 (70.31% from 255) = 30.44%
BLUE value IS 237 (92.97% from 255) = 40.31%
R=29.25%
G=30.44%
B=40.31%

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
Decimal1721792370.270.2400.07233.5464.3680.2
HexACB3ED1B1807ea4050
Octal254263355333007352100120
Binary101011001011001111101101110111100001111110101010000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB3ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB3ED; }

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

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

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

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

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

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

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

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