Html Css Color HEX #ADCDBD Nebula

📋 copy color: '#ADCDBD'

red 173 ◦ green 205 ◦ blue 189

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

Shades of Nebula #ADCDBD

Tints of Nebula #ADCDBD

RGB

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

 GREEN value IS 205 (80.47% from 255) = 36.16%

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

R = 30.51%
G = 36.16%
B = 33.33%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#ADCDBD (or 0xADCDBD) is known color: Nebula. HEX triplet: AD, CD and BD. RGB value is (173,205,189). Sum of RGB (Red+Green+Blue) = 173+205+189=567 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.51% from 567); Green value is 205 (80.47% from 255 or 36.16% from 567); Blue value is 189 (74.22% from 255 or 33.33% from 567); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCDBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCDBD is #523242. Grayscale: #C1C1C1. Windows color (decimal): -5386819 or 12438957. OLE color: 12438957.

HSL color Cylindrical-coordinate representation of color #ADCDBD: hue angle of 150º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADCDBD is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB 173 205 189 -
CMYK 0.16 0 0.08 0.20
HSL 150º 0.24% 0.74% -
HSV(B) 150º 0.16% 0.8% -
XYZ 48.25 56.22 56.45 -
YUV 193.61 125.4 113.3 -
System Red Green Blue C M Y K H S L
Decimal 173 205 189 0.16 0 0.08 0.20 150 0.24 0.74
Hex AD CD BD 10 0 8 14 96 18 4A
Octal 255 315 275 20 0 10 24 226 30 112
Binary 10101101 11001101 10111101 10000 0 1000 10100 10010110 11000 1001010

Color Harmonies of #ADCDBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCDBD

Black with #ADCDBD

Text Example


Text Example

White with #ADCDBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCDBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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