Html Css Color HEX #ADC9BA Nebula

📋 copy color: '#ADC9BA'

red 173 ◦ green 201 ◦ blue 186

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

Shades of Nebula #ADC9BA

Tints of Nebula #ADC9BA

RGB

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

 GREEN value IS 201 (78.91% from 255) = 35.89%

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

R = 30.89%
G = 35.89%
B = 33.21%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#ADC9BA (or 0xADC9BA) is known color: Nebula. HEX triplet: AD, C9 and BA. RGB value is (173,201,186). Sum of RGB (Red+Green+Blue) = 173+201+186=560 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.89% from 560); Green value is 201 (78.91% from 255 or 35.89% from 560); Blue value is 186 (73.05% from 255 or 33.21% from 560); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC9BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC9BA is #523645. Grayscale: #BEBEBE. Windows color (decimal): -5387846 or 12241325. OLE color: 12241325.

HSL color Cylindrical-coordinate representation of color #ADC9BA: hue angle of 147.86º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ADC9BA is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB 173 201 186 -
CMYK 0.14 0 0.07 0.21
HSL 147.86º 0.21% 0.73% -
HSV(B) 147.86º 0.14% 0.79% -
XYZ 46.98 54.2 54.44 -
YUV 190.92 125.22 115.22 -
System Red Green Blue C M Y K H S L
Decimal 173 201 186 0.14 0 0.07 0.21 147.86 0.21 0.73
Hex AD C9 BA E 0 7 15 94 15 49
Octal 255 311 272 16 0 7 25 224 25 111
Binary 10101101 11001001 10111010 1110 0 111 10101 10010100 10101 1001001

Color Harmonies of #ADC9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC9BA

Black with #ADC9BA

Text Example


Text Example

White with #ADC9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC9BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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