Html Css Color HEX #ADCAB8 Nebula

📋 copy color: '#ADCAB8'

red 173 ◦ green 202 ◦ blue 184

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

Shades of Nebula #ADCAB8

Tints of Nebula #ADCAB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 32.92%

R = 30.95%
G = 36.14%
B = 32.92%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.09

 K value IS 0.21

RGB Variations

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

Color information

#ADCAB8 (or 0xADCAB8) is known color: Nebula. HEX triplet: AD, CA and B8. RGB value is (173,202,184). Sum of RGB (Red+Green+Blue) = 173+202+184=559 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.95% from 559); Green value is 202 (79.30% from 255 or 36.14% from 559); Blue value is 184 (72.27% from 255 or 32.92% from 559); Max value from RGB is 202 - color contains mainly: green. Hex color #ADCAB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCAB8 is #523547. Grayscale: #BFBFBF. Windows color (decimal): -5387592 or 12110509. OLE color: 12110509.

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

Color convert

RGB 173 202 184 -
CMYK 0.14 0 0.09 0.21
HSL 142.76º 0.21% 0.74% -
HSV(B) 142.76º 0.14% 0.79% -
XYZ 47.01 54.59 53.41 -
YUV 191.28 123.89 114.96 -
System Red Green Blue C M Y K H S L
Decimal 173 202 184 0.14 0 0.09 0.21 142.76 0.21 0.74
Hex AD CA B8 E 0 9 15 8F 15 4A
Octal 255 312 270 16 0 11 25 217 25 112
Binary 10101101 11001010 10111000 1110 0 1001 10101 10001111 10101 1001010

Color Harmonies of #ADCAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCAB8

Black with #ADCAB8

Text Example


Text Example

White with #ADCAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCAB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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