Html Css Color HEX #ADCABC Nebula

📋 copy color: '#ADCABC'

red 173 ◦ green 202 ◦ blue 188

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

Shades of Nebula #ADCABC

Tints of Nebula #ADCABC

RGB

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

 GREEN value IS 202 (79.3% from 255) = 35.88%

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

R = 30.73%
G = 35.88%
B = 33.39%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#ADCABC (or 0xADCABC) is known color: Nebula. HEX triplet: AD, CA and BC. RGB value is (173,202,188). Sum of RGB (Red+Green+Blue) = 173+202+188=563 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.73% from 563); Green value is 202 (79.30% from 255 or 35.88% from 563); Blue value is 188 (73.83% from 255 or 33.39% from 563); Max value from RGB is 202 - color contains mainly: green. Hex color #ADCABC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCABC is #523543. Grayscale: #BFBFBF. Windows color (decimal): -5387588 or 12372653. OLE color: 12372653.

HSL color Cylindrical-coordinate representation of color #ADCABC: hue angle of 151.03º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ADCABC is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB 173 202 188 -
CMYK 0.14 0 0.07 0.21
HSL 151.03º 0.21% 0.74% -
HSV(B) 151.03º 0.14% 0.79% -
XYZ 47.43 54.76 55.65 -
YUV 191.73 125.89 114.64 -
System Red Green Blue C M Y K H S L
Decimal 173 202 188 0.14 0 0.07 0.21 151.03 0.21 0.74
Hex AD CA BC E 0 7 15 97 15 4A
Octal 255 312 274 16 0 7 25 227 25 112
Binary 10101101 11001010 10111100 1110 0 111 10101 10010111 10101 1001010

Color Harmonies of #ADCABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCABC

Black with #ADCABC

Text Example


Text Example

White with #ADCABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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