Html Css Color HEX #ADCCBA Nebula

📋 copy color: '#ADCCBA'

red 173 ◦ green 204 ◦ blue 186

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

Shades of Nebula #ADCCBA

Tints of Nebula #ADCCBA

RGB

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

 GREEN value IS 204 (80.08% from 255) = 36.23%

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

R = 30.73%
G = 36.23%
B = 33.04%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#ADCCBA (or 0xADCCBA) is known color: Nebula. HEX triplet: AD, CC and BA. RGB value is (173,204,186). Sum of RGB (Red+Green+Blue) = 173+204+186=563 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.73% from 563); Green value is 204 (80.08% from 255 or 36.23% from 563); Blue value is 186 (73.05% from 255 or 33.04% from 563); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCCBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCCBA is #523345. Grayscale: #C0C0C0. Windows color (decimal): -5387078 or 12242093. OLE color: 12242093.

HSL color Cylindrical-coordinate representation of color #ADCCBA: hue angle of 145.16º degrees, saturation: 0.23, 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 #ADCCBA is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB 173 204 186 -
CMYK 0.15 0 0.09 0.2
HSL 145.16º 0.23% 0.74% -
HSV(B) 145.16º 0.15% 0.8% -
XYZ 47.69 55.62 54.68 -
YUV 192.68 124.23 113.96 -
System Red Green Blue C M Y K H S L
Decimal 173 204 186 0.15 0 0.09 0.2 145.16 0.23 0.74
Hex AD CC BA F 0 9 14 91 17 4A
Octal 255 314 272 17 0 11 24 221 27 112
Binary 10101101 11001100 10111010 1111 0 1001 10100 10010001 10111 1001010

Color Harmonies of #ADCCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCCBA

Black with #ADCCBA

Text Example


Text Example

White with #ADCCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCCBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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