Html Css Color HEX #ADAEBD Mischka

📋 copy color: '#ADAEBD'

red 173 ◦ green 174 ◦ blue 189

#ADAEBD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mischka #ADAEBD

Tints of Mischka #ADAEBD

RGB

 RED value IS 173 (67.97% from 255) = 32.28%

 GREEN value IS 174 (68.36% from 255) = 32.46%

 BLUE value IS 189 (74.22% from 255) = 35.26%

R = 32.28%
G = 32.46%
B = 35.26%

CMYK

 C value IS 0.08

 M value IS 0.08

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#ADAEBD (or 0xADAEBD) is known color: Mischka. HEX triplet: AD, AE and BD. RGB value is (173,174,189). Sum of RGB (Red+Green+Blue) = 173+174+189=536 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.28% from 536); Green value is 174 (68.36% from 255 or 32.46% from 536); Blue value is 189 (74.22% from 255 or 35.26% from 536); Max value from RGB is 189 - color contains mainly: blue. Hex color #ADAEBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAEBD is #525142. Grayscale: #AFAFAF. Windows color (decimal): -5394755 or 12431021. OLE color: 12431021.

HSL color Cylindrical-coordinate representation of color #ADAEBD: hue angle of 236.25º degrees, saturation: 0.11, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ADAEBD is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 173 174 189 -
CMYK 0.08 0.08 0 0.26
HSL 236.25º 0.11% 0.71% -
HSV(B) 236.25º 0.08% 0.74% -
XYZ 41.55 42.83 54.22 -
YUV 175.41 135.67 126.28 -
System Red Green Blue C M Y K H S L
Decimal 173 174 189 0.08 0.08 0 0.26 236.25 0.11 0.71
Hex AD AE BD 8 8 0 1A EC B 47
Octal 255 256 275 10 10 0 32 354 13 107
Binary 10101101 10101110 10111101 1000 1000 0 11010 11101100 1011 1000111

Color Harmonies of #ADAEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAEBD

Black with #ADAEBD

Text Example


Text Example

White with #ADAEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAEBD; }

 p { color: rgb(173,174,189); }

 H1.HeaderClassName
 {
   color: #ADAEBD;
 }
 .AnyTagClassName
 {
   color: #ADAEBD;
 }
</style>

background-color css

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

 a { background-color: rgb(173,174,189); }

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

border-color css

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

 span { border-color: rgb(173,174,189); }

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