Html Css Color HEX #ADCDB9 Nebula

📋 copy color: '#ADCDB9'

red 173 ◦ green 205 ◦ blue 185

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

Shades of Nebula #ADCDB9

Tints of Nebula #ADCDB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 32.86%

R = 30.73%
G = 36.41%
B = 32.86%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.10

 K value IS 0.20

RGB Variations

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

Color information

#ADCDB9 (or 0xADCDB9) is known color: Nebula. HEX triplet: AD, CD and B9. RGB value is (173,205,185). Sum of RGB (Red+Green+Blue) = 173+205+185=563 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.73% from 563); Green value is 205 (80.47% from 255 or 36.41% from 563); Blue value is 185 (72.66% from 255 or 32.86% from 563); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCDB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCDB9 is #523246. Grayscale: #C1C1C1. Windows color (decimal): -5386823 or 12176813. OLE color: 12176813.

HSL color Cylindrical-coordinate representation of color #ADCDB9: hue angle of 142.5º 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 #ADCDB9 is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB 173 205 185 -
CMYK 0.16 0 0.10 0.20
HSL 142.5º 0.24% 0.74% -
HSV(B) 142.5º 0.16% 0.8% -
XYZ 47.82 56.05 54.2 -
YUV 193.15 123.4 113.63 -
System Red Green Blue C M Y K H S L
Decimal 173 205 185 0.16 0 0.10 0.20 142.5 0.24 0.74
Hex AD CD B9 10 0 A 14 8E 18 4A
Octal 255 315 271 20 0 12 24 216 30 112
Binary 10101101 11001101 10111001 10000 0 1010 10100 10001110 11000 1001010

Color Harmonies of #ADCDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCDB9

Black with #ADCDB9

Text Example


Text Example

White with #ADCDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCDB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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