Html Css Color HEX #ADC8B7 Nebula

📋 copy color: '#ADC8B7'

red 173 ◦ green 200 ◦ blue 183

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

Shades of Nebula #ADC8B7

Tints of Nebula #ADC8B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 32.91%

R = 31.12%
G = 35.97%
B = 32.91%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.08

 K value IS 0.22

RGB Variations

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

Color information

#ADC8B7 (or 0xADC8B7) is known color: Nebula. HEX triplet: AD, C8 and B7. RGB value is (173,200,183). Sum of RGB (Red+Green+Blue) = 173+200+183=556 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.12% from 556); Green value is 200 (78.52% from 255 or 35.97% from 556); Blue value is 183 (71.88% from 255 or 32.91% from 556); Max value from RGB is 200 - color contains mainly: green. Hex color #ADC8B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC8B7 is #523748. Grayscale: #BEBEBE. Windows color (decimal): -5388105 or 12044461. OLE color: 12044461.

HSL color Cylindrical-coordinate representation of color #ADC8B7: hue angle of 142.22º 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 #ADC8B7 is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.22.

Color convert

RGB 173 200 183 -
CMYK 0.14 0 0.08 0.22
HSL 142.22º 0.2% 0.73% -
HSV(B) 142.22º 0.14% 0.78% -
XYZ 46.44 53.61 52.7 -
YUV 189.99 124.05 115.88 -
System Red Green Blue C M Y K H S L
Decimal 173 200 183 0.14 0 0.08 0.22 142.22 0.2 0.73
Hex AD C8 B7 E 0 8 16 8E 14 49
Octal 255 310 267 16 0 10 26 216 24 111
Binary 10101101 11001000 10110111 1110 0 1000 10110 10001110 10100 1001001

Color Harmonies of #ADC8B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC8B7

Black with #ADC8B7

Text Example


Text Example

White with #ADC8B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC8B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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