Html Css Color HEX #ADCBB9 Nebula

📋 copy color: '#ADCBB9'

red 173 ◦ green 203 ◦ blue 185

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

Shades of Nebula #ADCBB9

Tints of Nebula #ADCBB9

RGB

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

 GREEN value IS 203 (79.69% from 255) = 36.19%

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

R = 30.84%
G = 36.19%
B = 32.98%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#ADCBB9 (or 0xADCBB9) is known color: Nebula. HEX triplet: AD, CB and B9. RGB value is (173,203,185). Sum of RGB (Red+Green+Blue) = 173+203+185=561 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.84% from 561); Green value is 203 (79.69% from 255 or 36.19% from 561); Blue value is 185 (72.66% from 255 or 32.98% from 561); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCBB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCBB9 is #523446. Grayscale: #C0C0C0. Windows color (decimal): -5387335 or 12176301. OLE color: 12176301.

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

Color convert

RGB 173 203 185 -
CMYK 0.15 0 0.09 0.20
HSL 144º 0.22% 0.74% -
HSV(B) 144º 0.15% 0.8% -
XYZ 47.35 55.1 54.04 -
YUV 191.98 124.06 114.46 -
System Red Green Blue C M Y K H S L
Decimal 173 203 185 0.15 0 0.09 0.20 144 0.22 0.74
Hex AD CB B9 F 0 9 14 90 16 4A
Octal 255 313 271 17 0 11 24 220 26 112
Binary 10101101 11001011 10111001 1111 0 1001 10100 10010000 10110 1001010

Color Harmonies of #ADCBB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCBB9

Black with #ADCBB9

Text Example


Text Example

White with #ADCBB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCBB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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