#ACB7ED

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

Shades of Perano #ACB7ED

Tints of Perano #ACB7ED

Color information

#ACB7ED (or 0xACB7ED) is unknown color: approx Perano. HEX triplet: AC, B7 and ED. RGB value is (172,183,237). Sum of RGB (Red+Green+Blue) = 172+183+237=592 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.05% from 592); Green value is 183 (71.88% from 255 or 30.91% from 592); Blue value is 237 (92.97% from 255 or 40.03% from 592); Max value from RGB is 237 - color contains mainly: blue. Hex color #ACB7ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB7ED is #534812. Grayscale: #B9B9B9. Windows color (decimal): -5457939 or 15579052. OLE color: 15579052.

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

Color convert

RGB172183237-
CMYK0.270.2300.07
HSL229.85º64.36%80.2%-
HSV(B)229.85º27.43%92.94%-
XYZ49.2348.7586.94-
YUV185.87156.86118.11-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.05%
GREEN value IS 183 (71.88% from 255) = 30.91%
BLUE value IS 237 (92.97% from 255) = 40.03%
R=29.05%
G=30.91%
B=40.03%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1721832370.270.2300.07229.8564.3680.2
HexACB7ED1B1707e64050
Octal254267355332707346100120
Binary101011001011011111101101110111011101111110011010000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB7ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB7ED; }

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

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

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

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

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

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

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

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