Html Css Color HEX #ADCDBC Nebula

📋 copy color: '#ADCDBC'

red 173 ◦ green 205 ◦ blue 188

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

Shades of Nebula #ADCDBC

Tints of Nebula #ADCDBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 33.22%

R = 30.57%
G = 36.22%
B = 33.22%

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

#ADCDBC (or 0xADCDBC) is known color: Nebula. HEX triplet: AD, CD and BC. RGB value is (173,205,188). Sum of RGB (Red+Green+Blue) = 173+205+188=566 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.57% from 566); Green value is 205 (80.47% from 255 or 36.22% from 566); Blue value is 188 (73.83% from 255 or 33.22% from 566); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCDBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCDBC is #523243. Grayscale: #C1C1C1. Windows color (decimal): -5386820 or 12373421. OLE color: 12373421.

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

Color convert

RGB 173 205 188 -
CMYK 0.16 0 0.08 0.20
HSL 148.13º 0.24% 0.74% -
HSV(B) 148.13º 0.16% 0.8% -
XYZ 48.14 56.18 55.88 -
YUV 193.49 124.9 113.38 -
System Red Green Blue C M Y K H S L
Decimal 173 205 188 0.16 0 0.08 0.20 148.13 0.24 0.74
Hex AD CD BC 10 0 8 14 94 18 4A
Octal 255 315 274 20 0 10 24 224 30 112
Binary 10101101 11001101 10111100 10000 0 1000 10100 10010100 11000 1001010

Color Harmonies of #ADCDBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCDBC

Black with #ADCDBC

Text Example


Text Example

White with #ADCDBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCDBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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