Html Css Color HEX #ADCFBA Nebula

📋 copy color: '#ADCFBA'

red 173 ◦ green 207 ◦ blue 186

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

Shades of Nebula #ADCFBA

Tints of Nebula #ADCFBA

RGB

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

 GREEN value IS 207 (81.25% from 255) = 36.57%

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

R = 30.57%
G = 36.57%
B = 32.86%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#ADCFBA (or 0xADCFBA) is known color: Nebula. HEX triplet: AD, CF and BA. RGB value is (173,207,186). Sum of RGB (Red+Green+Blue) = 173+207+186=566 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.57% from 566); Green value is 207 (81.25% from 255 or 36.57% from 566); Blue value is 186 (73.05% from 255 or 32.86% from 566); Max value from RGB is 207 - color contains mainly: green. Hex color #ADCFBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCFBA is #523045. Grayscale: #C2C2C2. Windows color (decimal): -5386310 or 12242861. OLE color: 12242861.

HSL color Cylindrical-coordinate representation of color #ADCFBA: hue angle of 142.94º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADCFBA is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 207 186 -
CMYK 0.16 0 0.10 0.19
HSL 142.94º 0.26% 0.75% -
HSV(B) 142.94º 0.16% 0.81% -
XYZ 48.41 57.06 54.92 -
YUV 194.44 123.24 112.71 -
System Red Green Blue C M Y K H S L
Decimal 173 207 186 0.16 0 0.10 0.19 142.94 0.26 0.75
Hex AD CF BA 10 0 A 13 8F 1A 4B
Octal 255 317 272 20 0 12 23 217 32 113
Binary 10101101 11001111 10111010 10000 0 1010 10011 10001111 11010 1001011

Color Harmonies of #ADCFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCFBA

Black with #ADCFBA

Text Example


Text Example

White with #ADCFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCFBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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