Html Css Color HEX #ADCDBA Nebula

📋 copy color: '#ADCDBA'

red 173 ◦ green 205 ◦ blue 186

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

Shades of Nebula #ADCDBA

Tints of Nebula #ADCDBA

RGB

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

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

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

R = 30.67%
G = 36.35%
B = 32.98%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#ADCDBA (or 0xADCDBA) is known color: Nebula. HEX triplet: AD, CD and BA. RGB value is (173,205,186). Sum of RGB (Red+Green+Blue) = 173+205+186=564 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.67% from 564); Green value is 205 (80.47% from 255 or 36.35% from 564); Blue value is 186 (73.05% from 255 or 32.98% from 564); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCDBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCDBA is #523245. Grayscale: #C1C1C1. Windows color (decimal): -5386822 or 12242349. OLE color: 12242349.

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

Color convert

RGB 173 205 186 -
CMYK 0.16 0 0.09 0.20
HSL 144.38º 0.24% 0.74% -
HSV(B) 144.38º 0.16% 0.8% -
XYZ 47.93 56.09 54.76 -
YUV 193.27 123.9 113.54 -
System Red Green Blue C M Y K H S L
Decimal 173 205 186 0.16 0 0.09 0.20 144.38 0.24 0.74
Hex AD CD BA 10 0 9 14 90 18 4A
Octal 255 315 272 20 0 11 24 220 30 112
Binary 10101101 11001101 10111010 10000 0 1001 10100 10010000 11000 1001010

Color Harmonies of #ADCDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCDBA

Black with #ADCDBA

Text Example


Text Example

White with #ADCDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCDBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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