#ADABBE

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

Shades of Wistful #ADABBE

Tints of Wistful #ADABBE

Color information

#ADABBE (or 0xADABBE) is unknown color: approx Wistful. HEX triplet: AD, AB and BE. RGB value is (173,171,190). Sum of RGB (Red+Green+Blue) = 173+171+190=534 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.40% from 534); Green value is 171 (67.19% from 255 or 32.02% from 534); Blue value is 190 (74.61% from 255 or 35.58% from 534); Max value from RGB is 190 - color contains mainly: blue. Hex color #ADABBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADABBE is #525441. Grayscale: #ADADAD. Windows color (decimal): -5395522 or 12495789. OLE color: 12495789.

HSL color Cylindrical-coordinate representation of color #ADABBE: hue angle of 246.32º degrees, saturation: 0.13, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ADABBE is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB173171190-
CMYK0.090.1000.25
HSL246.32º12.75%70.78%-
HSV(B)246.32º10%74.51%-
XYZ41.0941.7354.6-
YUV173.76137.16127.46-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.40%
GREEN value IS 171 (67.19% from 255) = 32.02%
BLUE value IS 190 (74.61% from 255) = 35.58%
R=32.40%
G=32.02%
B=35.58%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731711900.090.1000.25246.3212.7570.78
HexADABBE9A019f6d47
Octal255253276111203136615107
Binary101011011010101110111110100110100110011111011011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADABBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADABBE; }

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

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

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

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

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

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

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

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