#ACADEB

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

Shades of Perano #ACADEB

Tints of Perano #ACADEB

Color information

#ACADEB (or 0xACADEB) is unknown color: approx Perano. HEX triplet: AC, AD and EB. RGB value is (172,173,235). Sum of RGB (Red+Green+Blue) = 172+173+235=580 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.66% from 580); Green value is 173 (67.97% from 255 or 29.83% from 580); Blue value is 235 (92.19% from 255 or 40.52% from 580); Max value from RGB is 235 - color contains mainly: blue. Hex color #ACADEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACADEB is #535214. Grayscale: #B3B3B3. Windows color (decimal): -5460501 or 15445420. OLE color: 15445420.

HSL color Cylindrical-coordinate representation of color #ACADEB: hue angle of 239.05º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACADEB is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB172173235-
CMYK0.270.2600.08
HSL239.05º61.17%79.8%-
HSV(B)239.05º26.81%92.16%-
XYZ46.9544.6684.74-
YUV179.77159.17122.46-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.66%
GREEN value IS 173 (67.97% from 255) = 29.83%
BLUE value IS 235 (92.19% from 255) = 40.52%
R=29.66%
G=29.83%
B=40.52%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1721732350.270.2600.08239.0561.1779.8
HexACADEB1B1A08ef3d50
Octal254255353333201035775120
Binary101011001010110111101011110111101001000111011111111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACADEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACADEB; }

 p { color: rgb(172,173,235); }

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

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

 a { background-color: rgb(172,173,235); }

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

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

 span { border-color: rgb(172,173,235); }

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