#ACB6ED

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

Shades of Perano #ACB6ED

Tints of Perano #ACB6ED

Color information

#ACB6ED (or 0xACB6ED) is unknown color: approx Perano. HEX triplet: AC, B6 and ED. RGB value is (172,182,237). Sum of RGB (Red+Green+Blue) = 172+182+237=591 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.10% from 591); Green value is 182 (71.48% from 255 or 30.80% from 591); Blue value is 237 (92.97% from 255 or 40.10% from 591); Max value from RGB is 237 - color contains mainly: blue. Hex color #ACB6ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB6ED is #534912. Grayscale: #B9B9B9. Windows color (decimal): -5458195 or 15578796. OLE color: 15578796.

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

Color convert

RGB172182237-
CMYK0.270.2300.07
HSL230.77º64.36%80.2%-
HSV(B)230.77º27.43%92.94%-
XYZ49.0348.3486.87-
YUV185.28157.19118.53-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.10%
GREEN value IS 182 (71.48% from 255) = 30.80%
BLUE value IS 237 (92.97% from 255) = 40.10%
R=29.10%
G=30.80%
B=40.10%

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
Decimal1721822370.270.2300.07230.7764.3680.2
HexACB6ED1B1707e74050
Octal254266355332707347100120
Binary101011001011011011101101110111011101111110011110000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB6ED; }

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

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

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

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

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

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

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

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