#A8ADEB

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

Shades of Perano #A8ADEB

Tints of Perano #A8ADEB

Color information

#A8ADEB (or 0xA8ADEB) is unknown color: approx Perano. HEX triplet: A8, AD and EB. RGB value is (168,173,235). Sum of RGB (Red+Green+Blue) = 168+173+235=576 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.17% from 576); Green value is 173 (67.97% from 255 or 30.03% from 576); Blue value is 235 (92.19% from 255 or 40.80% from 576); Max value from RGB is 235 - color contains mainly: blue. Hex color #A8ADEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A8ADEB is #575214. Grayscale: #B2B2B2. Windows color (decimal): -5722645 or 15445416. OLE color: 15445416.

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

Color convert

RGB168173235-
CMYK0.290.2600.08
HSL235.52º62.62%79.02%-
HSV(B)235.52º28.51%92.16%-
XYZ46.0944.2184.7-
YUV178.57159.84120.46-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.17%
GREEN value IS 173 (67.97% from 255) = 30.03%
BLUE value IS 235 (92.19% from 255) = 40.80%
R=29.17%
G=30.03%
B=40.80%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1681732350.290.2600.08235.5262.6279.02
HexA8ADEB1D1A08ec3f4f
Octal250255353353201035477117
Binary101010001010110111101011111011101001000111011001111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8ADEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8ADEB; }

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

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

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

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

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

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

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

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