#ADABE8

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

Shades of Perano #ADABE8

Tints of Perano #ADABE8

Color information

#ADABE8 (or 0xADABE8) is unknown color: approx Perano. HEX triplet: AD, AB and E8. RGB value is (173,171,232). Sum of RGB (Red+Green+Blue) = 173+171+232=576 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.03% from 576); Green value is 171 (67.19% from 255 or 29.69% from 576); Blue value is 232 (91.02% from 255 or 40.28% from 576); Max value from RGB is 232 - color contains mainly: blue. Hex color #ADABE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADABE8 is #525417. Grayscale: #B2B2B2. Windows color (decimal): -5395480 or 15248301. OLE color: 15248301.

HSL color Cylindrical-coordinate representation of color #ADABE8: hue angle of 241.97º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADABE8 is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB173171232-
CMYK0.250.2600.09
HSL241.97º57.01%79.02%-
HSV(B)241.97º26.29%90.98%-
XYZ46.3643.8482.36-
YUV178.55158.16124.04-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.03%
GREEN value IS 171 (67.19% from 255) = 29.69%
BLUE value IS 232 (91.02% from 255) = 40.28%
R=30.03%
G=29.69%
B=40.28%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1731712320.250.2600.09241.9757.0179.02
HexADABE8191A09f2394f
Octal255253350313201136271117
Binary101011011010101111101000110011101001001111100101110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADABE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADABE8; }

 p { color: rgb(173,171,232); }

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

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

 a { background-color: rgb(173,171,232); }

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

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

 span { border-color: rgb(173,171,232); }

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