#ACB2ED

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

Shades of Perano #ACB2ED

Tints of Perano #ACB2ED

Color information

#ACB2ED (or 0xACB2ED) is unknown color: approx Perano. HEX triplet: AC, B2 and ED. RGB value is (172,178,237). Sum of RGB (Red+Green+Blue) = 172+178+237=587 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.30% from 587); Green value is 178 (69.92% from 255 or 30.32% from 587); Blue value is 237 (92.97% from 255 or 40.37% from 587); Max value from RGB is 237 - color contains mainly: blue. Hex color #ACB2ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACB2ED is #534D12. Grayscale: #B6B6B6. Windows color (decimal): -5459219 or 15577772. OLE color: 15577772.

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

Color convert

RGB172178237-
CMYK0.270.2500.07
HSL234.46º64.36%80.2%-
HSV(B)234.46º27.43%92.94%-
XYZ48.2246.7386.6-
YUV182.93158.51120.2-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.30%
GREEN value IS 178 (69.92% from 255) = 30.32%
BLUE value IS 237 (92.97% from 255) = 40.37%
R=29.30%
G=30.32%
B=40.37%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1721782370.270.2500.07234.4664.3680.2
HexACB2ED1B1907ea4050
Octal254262355333107352100120
Binary101011001011001011101101110111100101111110101010000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB2ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB2ED; }

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

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

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

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

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

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

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

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