Html Css Color HEX #ADC8BA Nebula

📋 copy color: '#ADC8BA'

red 173 ◦ green 200 ◦ blue 186

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

Shades of Nebula #ADC8BA

Tints of Nebula #ADC8BA

RGB

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

 GREEN value IS 200 (78.52% from 255) = 35.78%

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

R = 30.95%
G = 35.78%
B = 33.27%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#ADC8BA (or 0xADC8BA) is known color: Nebula. HEX triplet: AD, C8 and BA. RGB value is (173,200,186). Sum of RGB (Red+Green+Blue) = 173+200+186=559 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.95% from 559); Green value is 200 (78.52% from 255 or 35.78% from 559); Blue value is 186 (73.05% from 255 or 33.27% from 559); Max value from RGB is 200 - color contains mainly: green. Hex color #ADC8BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC8BA is #523745. Grayscale: #BEBEBE. Windows color (decimal): -5388102 or 12241069. OLE color: 12241069.

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

Color convert

RGB 173 200 186 -
CMYK 0.14 0 0.07 0.22
HSL 148.89º 0.2% 0.73% -
HSV(B) 148.89º 0.14% 0.78% -
XYZ 46.75 53.74 54.36 -
YUV 190.33 125.55 115.64 -
System Red Green Blue C M Y K H S L
Decimal 173 200 186 0.14 0 0.07 0.22 148.89 0.2 0.73
Hex AD C8 BA E 0 7 16 95 14 49
Octal 255 310 272 16 0 7 26 225 24 111
Binary 10101101 11001000 10111010 1110 0 111 10110 10010101 10100 1001001

Color Harmonies of #ADC8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC8BA

Black with #ADC8BA

Text Example


Text Example

White with #ADC8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC8BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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