Html Css Color HEX #ADAEBA Mischka

📋 copy color: '#ADAEBA'

red 173 ◦ green 174 ◦ blue 186

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

Shades of Mischka #ADAEBA

Tints of Mischka #ADAEBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 34.9%

R = 32.46%
G = 32.65%
B = 34.9%

CMYK

 C value IS 0.07

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#ADAEBA (or 0xADAEBA) is known color: Mischka. HEX triplet: AD, AE and BA. RGB value is (173,174,186). Sum of RGB (Red+Green+Blue) = 173+174+186=533 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.46% from 533); Green value is 174 (68.36% from 255 or 32.65% from 533); Blue value is 186 (73.05% from 255 or 34.90% from 533); Max value from RGB is 186 - color contains mainly: blue. Hex color #ADAEBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAEBA is #525145. Grayscale: #AFAFAF. Windows color (decimal): -5394758 or 12234413. OLE color: 12234413.

HSL color Cylindrical-coordinate representation of color #ADAEBA: hue angle of 235.38º degrees, saturation: 0.09, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ADAEBA is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 174 186 -
CMYK 0.07 0.06 0 0.27
HSL 235.38º 0.09% 0.7% -
HSV(B) 235.38º 0.07% 0.73% -
XYZ 41.23 42.7 52.52 -
YUV 175.07 134.17 126.52 -
System Red Green Blue C M Y K H S L
Decimal 173 174 186 0.07 0.06 0 0.27 235.38 0.09 0.7
Hex AD AE BA 7 6 0 1B EB 9 46
Octal 255 256 272 7 6 0 33 353 11 106
Binary 10101101 10101110 10111010 111 110 0 11011 11101011 1001 1000110

Color Harmonies of #ADAEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAEBA

Black with #ADAEBA

Text Example


Text Example

White with #ADAEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAEBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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