#ADACEB

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

Shades of Perano #ADACEB

Tints of Perano #ADACEB

Color information

#ADACEB (or 0xADACEB) is unknown color: approx Perano. HEX triplet: AD, AC and EB. RGB value is (173,172,235). Sum of RGB (Red+Green+Blue) = 173+172+235=580 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.83% from 580); Green value is 172 (67.58% from 255 or 29.66% 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 #ADACEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADACEB is #525314. Grayscale: #B3B3B3. Windows color (decimal): -5395221 or 15445165. OLE color: 15445165.

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

Color convert

RGB173172235-
CMYK0.260.2700.08
HSL240.95º61.17%79.8%-
HSV(B)240.95º26.81%92.16%-
XYZ46.9844.3984.69-
YUV179.48159.33123.38-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1731722350.260.2700.08240.9561.1779.8
HexADACEB1A1B08f13d50
Octal255254353323301036175120
Binary101011011010110011101011110101101101000111100011111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADACEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADACEB; }

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

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

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

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

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

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

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

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